Html Css Color HEX #B17845 Bourbon

📋 copy color: '#B17845'

red 177 ◦ green 120 ◦ blue 69

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

Shades of Bourbon #B17845

Tints of Bourbon #B17845

RGB

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

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

 BLUE value IS 69 (27.34% from 255) = 18.85%

R = 48.36%
G = 32.79%
B = 18.85%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.61

 K value IS 0.31

RGB Variations

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

Color information

#B17845 (or 0xB17845) is known color: Bourbon. HEX triplet: B1, 78 and 45. RGB value is (177,120,69). Sum of RGB (Red+Green+Blue) = 177+120+69=366 (48% of max value = 765). Red value is 177 (69.53% from 255 or 48.36% from 366); Green value is 120 (47.27% from 255 or 32.79% from 366); Blue value is 69 (27.34% from 255 or 18.85% from 366); Max value from RGB is 177 - color contains mainly: red. Hex color #B17845 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B17845 is #4E87BA. Grayscale: #838383. Windows color (decimal): -5146555 or 4552881. OLE color: 4552881.

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

Color convert

RGB 177 120 69 -
CMYK 0 0.32 0.61 0.31
HSL 28.33º 0.44% 0.48% -
HSV(B) 28.33º 0.61% 0.69% -
XYZ 25.92 23.21 8.74 -
YUV 131.23 92.88 160.65 -
System Red Green Blue C M Y K H S L
Decimal 177 120 69 0 0.32 0.61 0.31 28.33 0.44 0.48
Hex B1 78 45 0 20 3D 1F 1C 2C 30
Octal 261 170 105 0 40 75 37 34 54 60
Binary 10110001 1111000 1000101 0 100000 111101 11111 11100 101100 110000

Color Harmonies of #B17845

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B17845

Black with #B17845

Text Example


Text Example

White with #B17845

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B17845; }

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

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

background-color css

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

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

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

border-color css

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

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

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