Html Css Color HEX #B27145 Bourbon

📋 copy color: '#B27145'

red 178 ◦ green 113 ◦ blue 69

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

Shades of Bourbon #B27145

Tints of Bourbon #B27145

RGB

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

 GREEN value IS 113 (44.53% from 255) = 31.39%

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

R = 49.44%
G = 31.39%
B = 19.17%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.61

 K value IS 0.30

RGB Variations

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

Color information

#B27145 (or 0xB27145) is known color: Bourbon. HEX triplet: B2, 71 and 45. RGB value is (178,113,69). Sum of RGB (Red+Green+Blue) = 178+113+69=360 (47% of max value = 765). Red value is 178 (69.92% from 255 or 49.44% from 360); Green value is 113 (44.53% from 255 or 31.39% from 360); Blue value is 69 (27.34% from 255 or 19.17% from 360); Max value from RGB is 178 - color contains mainly: red. Hex color #B27145 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B27145 is #4D8EBA. Grayscale: #7F7F7F. Windows color (decimal): -5082811 or 4551090. OLE color: 4551090.

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

Color convert

RGB 178 113 69 -
CMYK 0 0.37 0.61 0.30
HSL 24.22º 0.44% 0.48% -
HSV(B) 24.22º 0.61% 0.7% -
XYZ 25.34 21.7 8.48 -
YUV 127.42 95.03 164.08 -
System Red Green Blue C M Y K H S L
Decimal 178 113 69 0 0.37 0.61 0.30 24.22 0.44 0.48
Hex B2 71 45 0 25 3D 1E 18 2C 30
Octal 262 161 105 0 45 75 36 30 54 60
Binary 10110010 1110001 1000101 0 100101 111101 11110 11000 101100 110000

Color Harmonies of #B27145

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B27145

Black with #B27145

Text Example


Text Example

White with #B27145

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B27145; }

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

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

background-color css

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

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

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

border-color css

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

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

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