Html Css Color HEX #B17846 Bourbon

📋 copy color: '#B17846'

red 177 ◦ green 120 ◦ blue 70

#B17846
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Bourbon #B17846

Tints of Bourbon #B17846

RGB

 RED value IS 177 (69.53% from 255) = 48.23%

 GREEN value IS 120 (47.27% from 255) = 32.7%

 BLUE value IS 70 (27.73% from 255) = 19.07%

R = 48.23%
G = 32.7%
B = 19.07%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.60

 K value IS 0.31

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#B17846 (or 0xB17846) is known color: Bourbon. HEX triplet: B1, 78 and 46. RGB value is (177,120,70). Sum of RGB (Red+Green+Blue) = 177+120+70=367 (48% of max value = 765). Red value is 177 (69.53% from 255 or 48.23% from 367); Green value is 120 (47.27% from 255 or 32.70% from 367); Blue value is 70 (27.73% from 255 or 19.07% from 367); Max value from RGB is 177 - color contains mainly: red. Hex color #B17846 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B17846 is #4E87B9. Grayscale: #838383. Windows color (decimal): -5146554 or 4618417. OLE color: 4618417.

HSL color Cylindrical-coordinate representation of color #B17846: hue angle of 28.04º degrees, saturation: 0.43, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #B17846 is Cyan = 0, Magento = 0.32, Yellow = 0.60 and Black (K on CMYK) = 0.31.

Color convert

RGB 177 120 70 -
CMYK 0 0.32 0.60 0.31
HSL 28.04º 0.43% 0.48% -
HSV(B) 28.04º 0.6% 0.69% -
XYZ 25.95 23.22 8.91 -
YUV 131.34 93.38 160.57 -
System Red Green Blue C M Y K H S L
Decimal 177 120 70 0 0.32 0.60 0.31 28.04 0.43 0.48
Hex B1 78 46 0 20 3C 1F 1C 2B 30
Octal 261 170 106 0 40 74 37 34 53 60
Binary 10110001 1111000 1000110 0 100000 111100 11111 11100 101011 110000

Color Harmonies of #B17846

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B17846

Black with #B17846

Text Example


Text Example

White with #B17846

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B17846; }

 p { color: rgb(177,120,70); }

 H1.HeaderClassName
 {
   color: #B17846;
 }
 .AnyTagClassName
 {
   color: #B17846;
 }
</style>

background-color css

<style>
 a { background-color: #B17846; }

 a { background-color: rgb(177,120,70); }

 div.DivClassName
 {
   background-color: #B17846;
 }
 .BgClassName
 {
   background-color: #B17846;
 }
</style>

border-color css

<style>
 span { border-color: #B17846; }

 span { border-color: rgb(177,120,70); }

 td.TdClassName
 {
   border-color: #B17846;
 }
 .TagClassName
 {
   border-color: #B17846;
 }
</style>