Html Css Color HEX #B07242 Bourbon

📋 copy color: '#B07242'

red 176 ◦ green 114 ◦ blue 66

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

Shades of Bourbon #B07242

Tints of Bourbon #B07242

RGB

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

 GREEN value IS 114 (44.92% from 255) = 32.02%

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

R = 49.44%
G = 32.02%
B = 18.54%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.62

 K value IS 0.31

RGB Variations

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

Color information

#B07242 (or 0xB07242) is known color: Bourbon. HEX triplet: B0, 72 and 42. RGB value is (176,114,66). Sum of RGB (Red+Green+Blue) = 176+114+66=356 (47% of max value = 765). Red value is 176 (69.14% from 255 or 49.44% from 356); Green value is 114 (44.92% from 255 or 32.02% from 356); Blue value is 66 (26.17% from 255 or 18.54% from 356); Max value from RGB is 176 - color contains mainly: red. Hex color #B07242 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B07242 is #4F8DBD. Grayscale: #7F7F7F. Windows color (decimal): -5213630 or 4354736. OLE color: 4354736.

HSL color Cylindrical-coordinate representation of color #B07242: hue angle of 26.18º 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 #B07242 is Cyan = 0, Magento = 0.35, Yellow = 0.62 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 114 66 -
CMYK 0 0.35 0.62 0.31
HSL 26.18º 0.45% 0.47% -
HSV(B) 26.18º 0.63% 0.69% -
XYZ 24.91 21.66 8.02 -
YUV 127.07 93.54 162.9 -
System Red Green Blue C M Y K H S L
Decimal 176 114 66 0 0.35 0.62 0.31 26.18 0.45 0.47
Hex B0 72 42 0 23 3E 1F 1A 2D 2F
Octal 260 162 102 0 43 76 37 32 55 57
Binary 10110000 1110010 1000010 0 100011 111110 11111 11010 101101 101111

Color Harmonies of #B07242

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B07242

Black with #B07242

Text Example


Text Example

White with #B07242

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B07242; }

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

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

background-color css

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

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

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

border-color css

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

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

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