Html Css Color HEX #B27043 Bourbon

📋 copy color: '#B27043'

red 178 ◦ green 112 ◦ blue 67

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

Shades of Bourbon #B27043

Tints of Bourbon #B27043

RGB

 RED value IS 178 (69.92% from 255) = 49.86%

 GREEN value IS 112 (44.14% from 255) = 31.37%

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

R = 49.86%
G = 31.37%
B = 18.77%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.62

 K value IS 0.30

RGB Variations

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

Color information

#B27043 (or 0xB27043) is known color: Bourbon. HEX triplet: B2, 70 and 43. RGB value is (178,112,67). Sum of RGB (Red+Green+Blue) = 178+112+67=357 (47% of max value = 765). Red value is 178 (69.92% from 255 or 49.86% from 357); Green value is 112 (44.14% from 255 or 31.37% from 357); Blue value is 67 (26.56% from 255 or 18.77% from 357); Max value from RGB is 178 - color contains mainly: red. Hex color #B27043 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B27043 is #4D8FBC. Grayscale: #7E7E7E. Windows color (decimal): -5083069 or 4419762. OLE color: 4419762.

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

Color convert

RGB 178 112 67 -
CMYK 0 0.37 0.62 0.30
HSL 24.32º 0.45% 0.48% -
HSV(B) 24.32º 0.62% 0.7% -
XYZ 25.17 21.46 8.13 -
YUV 126.6 94.37 164.66 -
System Red Green Blue C M Y K H S L
Decimal 178 112 67 0 0.37 0.62 0.30 24.32 0.45 0.48
Hex B2 70 43 0 25 3E 1E 18 2D 30
Octal 262 160 103 0 45 76 36 30 55 60
Binary 10110010 1110000 1000011 0 100101 111110 11110 11000 101101 110000

Color Harmonies of #B27043

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B27043

Black with #B27043

Text Example


Text Example

White with #B27043

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B27043; }

 p { color: rgb(178,112,67); }

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

background-color css

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

 a { background-color: rgb(178,112,67); }

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

border-color css

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

 span { border-color: rgb(178,112,67); }

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