Html Css Color HEX #B27349 Bourbon

📋 copy color: '#B27349'

red 178 ◦ green 115 ◦ blue 73

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

Shades of Bourbon #B27349

Tints of Bourbon #B27349

RGB

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

 GREEN value IS 115 (45.31% from 255) = 31.42%

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

R = 48.63%
G = 31.42%
B = 19.95%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.59

 K value IS 0.30

RGB Variations

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

Color information

#B27349 (or 0xB27349) is known color: Bourbon. HEX triplet: B2, 73 and 49. RGB value is (178,115,73). Sum of RGB (Red+Green+Blue) = 178+115+73=366 (48% of max value = 765). Red value is 178 (69.92% from 255 or 48.63% from 366); Green value is 115 (45.31% from 255 or 31.42% from 366); Blue value is 73 (28.91% from 255 or 19.95% from 366); Max value from RGB is 178 - color contains mainly: red. Hex color #B27349 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B27349 is #4D8CB6. Grayscale: #818181. Windows color (decimal): -5082295 or 4813746. OLE color: 4813746.

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

Color convert

RGB 178 115 73 -
CMYK 0 0.35 0.59 0.30
HSL 24º 0.42% 0.49% -
HSV(B) 24º 0.59% 0.7% -
XYZ 25.69 22.21 9.24 -
YUV 129.05 96.37 162.92 -
System Red Green Blue C M Y K H S L
Decimal 178 115 73 0 0.35 0.59 0.30 24 0.42 0.49
Hex B2 73 49 0 23 3B 1E 18 2A 31
Octal 262 163 111 0 43 73 36 30 52 61
Binary 10110010 1110011 1001001 0 100011 111011 11110 11000 101010 110001

Color Harmonies of #B27349

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B27349

Black with #B27349

Text Example


Text Example

White with #B27349

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B27349; }

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

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

background-color css

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

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

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

border-color css

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

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

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