Html Css Color HEX #B27248 Bourbon

📋 copy color: '#B27248'

red 178 ◦ green 114 ◦ blue 72

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

Shades of Bourbon #B27248

Tints of Bourbon #B27248

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 19.78%

R = 48.9%
G = 31.32%
B = 19.78%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.60

 K value IS 0.30

RGB Variations

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

Color information

#B27248 (or 0xB27248) is known color: Bourbon. HEX triplet: B2, 72 and 48. RGB value is (178,114,72). Sum of RGB (Red+Green+Blue) = 178+114+72=364 (48% of max value = 765). Red value is 178 (69.92% from 255 or 48.90% from 364); Green value is 114 (44.92% from 255 or 31.32% from 364); Blue value is 72 (28.52% from 255 or 19.78% from 364); Max value from RGB is 178 - color contains mainly: red. Hex color #B27248 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B27248 is #4D8DB7. Grayscale: #808080. Windows color (decimal): -5082552 or 4747954. OLE color: 4747954.

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

Color convert

RGB 178 114 72 -
CMYK 0 0.36 0.60 0.30
HSL 23.77º 0.42% 0.49% -
HSV(B) 23.77º 0.6% 0.7% -
XYZ 25.55 21.97 9.02 -
YUV 128.35 96.2 163.42 -
System Red Green Blue C M Y K H S L
Decimal 178 114 72 0 0.36 0.60 0.30 23.77 0.42 0.49
Hex B2 72 48 0 24 3C 1E 18 2A 31
Octal 262 162 110 0 44 74 36 30 52 61
Binary 10110010 1110010 1001000 0 100100 111100 11110 11000 101010 110001

Color Harmonies of #B27248

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B27248

Black with #B27248

Text Example


Text Example

White with #B27248

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B27248; }

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

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

background-color css

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

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

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

border-color css

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

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

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