Html Css Color HEX #B07243 Bourbon

📋 copy color: '#B07243'

red 176 ◦ green 114 ◦ blue 67

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

Shades of Bourbon #B07243

Tints of Bourbon #B07243

RGB

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

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

 BLUE value IS 67 (26.56% from 255) = 18.77%

R = 49.3%
G = 31.93%
B = 18.77%

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

#B07243 (or 0xB07243) is known color: Bourbon. HEX triplet: B0, 72 and 43. RGB value is (176,114,67). Sum of RGB (Red+Green+Blue) = 176+114+67=357 (47% of max value = 765). Red value is 176 (69.14% from 255 or 49.30% from 357); Green value is 114 (44.92% from 255 or 31.93% from 357); Blue value is 67 (26.56% from 255 or 18.77% from 357); Max value from RGB is 176 - color contains mainly: red. Hex color #B07243 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B07243 is #4F8DBC. Grayscale: #7F7F7F. Windows color (decimal): -5213629 or 4420272. OLE color: 4420272.

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

Color convert

RGB 176 114 67 -
CMYK 0 0.35 0.62 0.31
HSL 25.87º 0.45% 0.48% -
HSV(B) 25.87º 0.62% 0.69% -
XYZ 24.93 21.67 8.18 -
YUV 127.18 94.04 162.82 -
System Red Green Blue C M Y K H S L
Decimal 176 114 67 0 0.35 0.62 0.31 25.87 0.45 0.48
Hex B0 72 43 0 23 3E 1F 1A 2D 30
Octal 260 162 103 0 43 76 37 32 55 60
Binary 10110000 1110010 1000011 0 100011 111110 11111 11010 101101 110000

Color Harmonies of #B07243

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B07243

Black with #B07243

Text Example


Text Example

White with #B07243

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B07243; }

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

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

background-color css

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

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

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

border-color css

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

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

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