Html Css Color HEX #B27245 Bourbon

📋 copy color: '#B27245'

red 178 ◦ green 114 ◦ blue 69

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

Shades of Bourbon #B27245

Tints of Bourbon #B27245

RGB

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

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

 BLUE value IS 69 (27.34% from 255) = 19.11%

R = 49.31%
G = 31.58%
B = 19.11%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.61

 K value IS 0.30

RGB Variations

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

Color information

#B27245 (or 0xB27245) is known color: Bourbon. HEX triplet: B2, 72 and 45. RGB value is (178,114,69). Sum of RGB (Red+Green+Blue) = 178+114+69=361 (47% of max value = 765). Red value is 178 (69.92% from 255 or 49.31% from 361); Green value is 114 (44.92% from 255 or 31.58% from 361); Blue value is 69 (27.34% from 255 or 19.11% from 361); Max value from RGB is 178 - color contains mainly: red. Hex color #B27245 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B27245 is #4D8DBA. Grayscale: #808080. Windows color (decimal): -5082555 or 4551346. OLE color: 4551346.

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

Color convert

RGB 178 114 69 -
CMYK 0 0.36 0.61 0.30
HSL 24.77º 0.44% 0.48% -
HSV(B) 24.77º 0.61% 0.7% -
XYZ 25.45 21.93 8.52 -
YUV 128.01 94.7 163.66 -
System Red Green Blue C M Y K H S L
Decimal 178 114 69 0 0.36 0.61 0.30 24.77 0.44 0.48
Hex B2 72 45 0 24 3D 1E 19 2C 30
Octal 262 162 105 0 44 75 36 31 54 60
Binary 10110010 1110010 1000101 0 100100 111101 11110 11001 101100 110000

Color Harmonies of #B27245

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B27245

Black with #B27245

Text Example


Text Example

White with #B27245

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B27245; }

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

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

background-color css

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

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

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

border-color css

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

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

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