Html Css Color HEX #B07542 Bourbon

📋 copy color: '#B07542'

red 176 ◦ green 117 ◦ blue 66

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

Shades of Bourbon #B07542

Tints of Bourbon #B07542

RGB

 RED value IS 176 (69.14% from 255) = 49.03%

 GREEN value IS 117 (46.09% from 255) = 32.59%

 BLUE value IS 66 (26.17% from 255) = 18.38%

R = 49.03%
G = 32.59%
B = 18.38%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.62

 K value IS 0.31

RGB Variations

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

Color information

#B07542 (or 0xB07542) is known color: Bourbon. HEX triplet: B0, 75 and 42. RGB value is (176,117,66). Sum of RGB (Red+Green+Blue) = 176+117+66=359 (47% of max value = 765). Red value is 176 (69.14% from 255 or 49.03% from 359); Green value is 117 (46.09% from 255 or 32.59% from 359); Blue value is 66 (26.17% from 255 or 18.38% from 359); Max value from RGB is 176 - color contains mainly: red. Hex color #B07542 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B07542 is #4F8ABD. Grayscale: #818181. Windows color (decimal): -5212862 or 4355504. OLE color: 4355504.

HSL color Cylindrical-coordinate representation of color #B07542: hue angle of 27.82º degrees, saturation: 0.45, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #B07542 is Cyan = 0, Magento = 0.34, Yellow = 0.62 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 117 66 -
CMYK 0 0.34 0.62 0.31
HSL 27.82º 0.45% 0.47% -
HSV(B) 27.82º 0.63% 0.69% -
XYZ 25.25 22.35 8.14 -
YUV 128.83 92.55 161.65 -
System Red Green Blue C M Y K H S L
Decimal 176 117 66 0 0.34 0.62 0.31 27.82 0.45 0.47
Hex B0 75 42 0 22 3E 1F 1C 2D 2F
Octal 260 165 102 0 42 76 37 34 55 57
Binary 10110000 1110101 1000010 0 100010 111110 11111 11100 101101 101111

Color Harmonies of #B07542

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B07542

Black with #B07542

Text Example


Text Example

White with #B07542

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B07542; }

 p { color: rgb(176,117,66); }

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

background-color css

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

 a { background-color: rgb(176,117,66); }

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

border-color css

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

 span { border-color: rgb(176,117,66); }

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