Html Css Color HEX #B07142 Bourbon

📋 copy color: '#B07142'

red 176 ◦ green 113 ◦ blue 66

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

Shades of Bourbon #B07142

Tints of Bourbon #B07142

RGB

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

 GREEN value IS 113 (44.53% from 255) = 31.83%

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

R = 49.58%
G = 31.83%
B = 18.59%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.62

 K value IS 0.31

RGB Variations

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

Color information

#B07142 (or 0xB07142) is known color: Bourbon. HEX triplet: B0, 71 and 42. RGB value is (176,113,66). Sum of RGB (Red+Green+Blue) = 176+113+66=355 (47% of max value = 765). Red value is 176 (69.14% from 255 or 49.58% from 355); Green value is 113 (44.53% from 255 or 31.83% from 355); Blue value is 66 (26.17% from 255 or 18.59% from 355); Max value from RGB is 176 - color contains mainly: red. Hex color #B07142 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B07142 is #4F8EBD. Grayscale: #7E7E7E. Windows color (decimal): -5213886 or 4354480. OLE color: 4354480.

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

Color convert

RGB 176 113 66 -
CMYK 0 0.36 0.62 0.31
HSL 25.64º 0.45% 0.47% -
HSV(B) 25.64º 0.63% 0.69% -
XYZ 24.79 21.43 7.98 -
YUV 126.48 93.87 163.32 -
System Red Green Blue C M Y K H S L
Decimal 176 113 66 0 0.36 0.62 0.31 25.64 0.45 0.47
Hex B0 71 42 0 24 3E 1F 1A 2D 2F
Octal 260 161 102 0 44 76 37 32 55 57
Binary 10110000 1110001 1000010 0 100100 111110 11111 11010 101101 101111

Color Harmonies of #B07142

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B07142

Black with #B07142

Text Example


Text Example

White with #B07142

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B07142; }

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

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

background-color css

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

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

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

border-color css

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

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

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