Html Css Color HEX #B27744 Bourbon

📋 copy color: '#B27744'

red 178 ◦ green 119 ◦ blue 68

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

Shades of Bourbon #B27744

Tints of Bourbon #B27744

RGB

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

 GREEN value IS 119 (46.88% from 255) = 32.6%

 BLUE value IS 68 (26.95% from 255) = 18.63%

R = 48.77%
G = 32.6%
B = 18.63%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.62

 K value IS 0.30

RGB Variations

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

Color information

#B27744 (or 0xB27744) is known color: Bourbon. HEX triplet: B2, 77 and 44. RGB value is (178,119,68). Sum of RGB (Red+Green+Blue) = 178+119+68=365 (48% of max value = 765). Red value is 178 (69.92% from 255 or 48.77% from 365); Green value is 119 (46.88% from 255 or 32.60% from 365); Blue value is 68 (26.95% from 255 or 18.63% from 365); Max value from RGB is 178 - color contains mainly: red. Hex color #B27744 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B27744 is #4D88BB. Grayscale: #838383. Windows color (decimal): -5081276 or 4487090. OLE color: 4487090.

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

Color convert

RGB 178 119 68 -
CMYK 0 0.33 0.62 0.30
HSL 27.82º 0.45% 0.48% -
HSV(B) 27.82º 0.62% 0.7% -
XYZ 26 23.08 8.55 -
YUV 130.83 92.55 161.65 -
System Red Green Blue C M Y K H S L
Decimal 178 119 68 0 0.33 0.62 0.30 27.82 0.45 0.48
Hex B2 77 44 0 21 3E 1E 1C 2D 30
Octal 262 167 104 0 41 76 36 34 55 60
Binary 10110010 1110111 1000100 0 100001 111110 11110 11100 101101 110000

Color Harmonies of #B27744

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B27744

Black with #B27744

Text Example


Text Example

White with #B27744

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B27744; }

 p { color: rgb(178,119,68); }

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

background-color css

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

 a { background-color: rgb(178,119,68); }

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

border-color css

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

 span { border-color: rgb(178,119,68); }

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