Html Css Color HEX #B07342 Bourbon

📋 copy color: '#B07342'

red 176 ◦ green 115 ◦ blue 66

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

Shades of Bourbon #B07342

Tints of Bourbon #B07342

RGB

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

 GREEN value IS 115 (45.31% from 255) = 32.21%

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

R = 49.3%
G = 32.21%
B = 18.49%

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

#B07342 (or 0xB07342) is known color: Bourbon. HEX triplet: B0, 73 and 42. RGB value is (176,115,66). Sum of RGB (Red+Green+Blue) = 176+115+66=357 (47% of max value = 765). Red value is 176 (69.14% from 255 or 49.30% from 357); Green value is 115 (45.31% from 255 or 32.21% from 357); Blue value is 66 (26.17% from 255 or 18.49% from 357); Max value from RGB is 176 - color contains mainly: red. Hex color #B07342 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B07342 is #4F8CBD. Grayscale: #7F7F7F. Windows color (decimal): -5213374 or 4354992. OLE color: 4354992.

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

Color convert

RGB 176 115 66 -
CMYK 0 0.35 0.62 0.31
HSL 26.73º 0.45% 0.47% -
HSV(B) 26.73º 0.63% 0.69% -
XYZ 25.02 21.88 8.06 -
YUV 127.65 93.21 162.48 -
System Red Green Blue C M Y K H S L
Decimal 176 115 66 0 0.35 0.62 0.31 26.73 0.45 0.47
Hex B0 73 42 0 23 3E 1F 1B 2D 2F
Octal 260 163 102 0 43 76 37 33 55 57
Binary 10110000 1110011 1000010 0 100011 111110 11111 11011 101101 101111

Color Harmonies of #B07342

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B07342

Black with #B07342

Text Example


Text Example

White with #B07342

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B07342; }

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

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

background-color css

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

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

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

border-color css

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

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

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