Html Css Color HEX #B27249 Bourbon

📋 copy color: '#B27249'

red 178 ◦ green 114 ◦ blue 73

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

Shades of Bourbon #B27249

Tints of Bourbon #B27249

RGB

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

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

 BLUE value IS 73 (28.91% from 255) = 20%

R = 48.77%
G = 31.23%
B = 20%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.59

 K value IS 0.30

RGB Variations

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

Color information

#B27249 (or 0xB27249) is known color: Bourbon. HEX triplet: B2, 72 and 49. RGB value is (178,114,73). Sum of RGB (Red+Green+Blue) = 178+114+73=365 (48% of max value = 765). Red value is 178 (69.92% from 255 or 48.77% from 365); Green value is 114 (44.92% from 255 or 31.23% from 365); Blue value is 73 (28.91% from 255 or 20% from 365); Max value from RGB is 178 - color contains mainly: red. Hex color #B27249 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B27249 is #4D8DB6. Grayscale: #808080. Windows color (decimal): -5082551 or 4813490. OLE color: 4813490.

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

Color convert

RGB 178 114 73 -
CMYK 0 0.36 0.59 0.30
HSL 23.43º 0.42% 0.49% -
HSV(B) 23.43º 0.59% 0.7% -
XYZ 25.58 21.98 9.2 -
YUV 128.46 96.7 163.33 -
System Red Green Blue C M Y K H S L
Decimal 178 114 73 0 0.36 0.59 0.30 23.43 0.42 0.49
Hex B2 72 49 0 24 3B 1E 17 2A 31
Octal 262 162 111 0 44 73 36 27 52 61
Binary 10110010 1110010 1001001 0 100100 111011 11110 10111 101010 110001

Color Harmonies of #B27249

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B27249

Black with #B27249

Text Example


Text Example

White with #B27249

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B27249; }

 p { color: rgb(178,114,73); }

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

background-color css

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

 a { background-color: rgb(178,114,73); }

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

border-color css

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

 span { border-color: rgb(178,114,73); }

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