Html Css Color HEX #B27046 Bourbon

📋 copy color: '#B27046'

red 178 ◦ green 112 ◦ blue 70

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

Shades of Bourbon #B27046

Tints of Bourbon #B27046

RGB

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

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

 BLUE value IS 70 (27.73% from 255) = 19.44%

R = 49.44%
G = 31.11%
B = 19.44%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.61

 K value IS 0.30

RGB Variations

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

Color information

#B27046 (or 0xB27046) is known color: Bourbon. HEX triplet: B2, 70 and 46. RGB value is (178,112,70). Sum of RGB (Red+Green+Blue) = 178+112+70=360 (47% of max value = 765). Red value is 178 (69.92% from 255 or 49.44% from 360); Green value is 112 (44.14% from 255 or 31.11% from 360); Blue value is 70 (27.73% from 255 or 19.44% from 360); Max value from RGB is 178 - color contains mainly: red. Hex color #B27046 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B27046 is #4D8FB9. Grayscale: #7F7F7F. Windows color (decimal): -5083066 or 4616370. OLE color: 4616370.

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

Color convert

RGB 178 112 70 -
CMYK 0 0.37 0.61 0.30
HSL 23.33º 0.44% 0.49% -
HSV(B) 23.33º 0.61% 0.7% -
XYZ 25.26 21.5 8.61 -
YUV 126.95 95.87 164.42 -
System Red Green Blue C M Y K H S L
Decimal 178 112 70 0 0.37 0.61 0.30 23.33 0.44 0.49
Hex B2 70 46 0 25 3D 1E 17 2C 31
Octal 262 160 106 0 45 75 36 27 54 61
Binary 10110010 1110000 1000110 0 100101 111101 11110 10111 101100 110001

Color Harmonies of #B27046

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B27046

Black with #B27046

Text Example


Text Example

White with #B27046

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B27046; }

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

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

background-color css

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

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

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

border-color css

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

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

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