Html Css Color HEX #B27445 Bourbon

📋 copy color: '#B27445'

red 178 ◦ green 116 ◦ blue 69

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

Shades of Bourbon #B27445

Tints of Bourbon #B27445

RGB

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

 GREEN value IS 116 (45.7% from 255) = 31.96%

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

R = 49.04%
G = 31.96%
B = 19.01%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.61

 K value IS 0.30

RGB Variations

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

Color information

#B27445 (or 0xB27445) is known color: Bourbon. HEX triplet: B2, 74 and 45. RGB value is (178,116,69). Sum of RGB (Red+Green+Blue) = 178+116+69=363 (48% of max value = 765). Red value is 178 (69.92% from 255 or 49.04% from 363); Green value is 116 (45.70% from 255 or 31.96% from 363); Blue value is 69 (27.34% from 255 or 19.01% from 363); Max value from RGB is 178 - color contains mainly: red. Hex color #B27445 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B27445 is #4D8BBA. Grayscale: #818181. Windows color (decimal): -5082043 or 4551858. OLE color: 4551858.

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

Color convert

RGB 178 116 69 -
CMYK 0 0.35 0.61 0.30
HSL 25.87º 0.44% 0.48% -
HSV(B) 25.87º 0.61% 0.7% -
XYZ 25.68 22.39 8.6 -
YUV 129.18 94.04 162.82 -
System Red Green Blue C M Y K H S L
Decimal 178 116 69 0 0.35 0.61 0.30 25.87 0.44 0.48
Hex B2 74 45 0 23 3D 1E 1A 2C 30
Octal 262 164 105 0 43 75 36 32 54 60
Binary 10110010 1110100 1000101 0 100011 111101 11110 11010 101100 110000

Color Harmonies of #B27445

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B27445

Black with #B27445

Text Example


Text Example

White with #B27445

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B27445; }

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

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

background-color css

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

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

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

border-color css

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

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

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