Html Css Color HEX #B27040 Bourbon

📋 copy color: '#B27040'

red 178 ◦ green 112 ◦ blue 64

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

Shades of Bourbon #B27040

Tints of Bourbon #B27040

RGB

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

 GREEN value IS 112 (44.14% from 255) = 31.64%

 BLUE value IS 64 (25.39% from 255) = 18.08%

R = 50.28%
G = 31.64%
B = 18.08%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.64

 K value IS 0.30

RGB Variations

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

Color information

#B27040 (or 0xB27040) is known color: Bourbon. HEX triplet: B2, 70 and 40. RGB value is (178,112,64). Sum of RGB (Red+Green+Blue) = 178+112+64=354 (46% of max value = 765). Red value is 178 (69.92% from 255 or 50.28% from 354); Green value is 112 (44.14% from 255 or 31.64% from 354); Blue value is 64 (25.39% from 255 or 18.08% from 354); Max value from RGB is 178 - color contains mainly: red. Hex color #B27040 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B27040 is #4D8FBF. Grayscale: #7E7E7E. Windows color (decimal): -5083072 or 4223154. OLE color: 4223154.

HSL color Cylindrical-coordinate representation of color #B27040: hue angle of 25.26º degrees, saturation: 0.47, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #B27040 is Cyan = 0, Magento = 0.37, Yellow = 0.64 and Black (K on CMYK) = 0.30.

Color convert

RGB 178 112 64 -
CMYK 0 0.37 0.64 0.30
HSL 25.26º 0.47% 0.47% -
HSV(B) 25.26º 0.64% 0.7% -
XYZ 25.08 21.42 7.66 -
YUV 126.26 92.87 164.9 -
System Red Green Blue C M Y K H S L
Decimal 178 112 64 0 0.37 0.64 0.30 25.26 0.47 0.47
Hex B2 70 40 0 25 40 1E 19 2F 2F
Octal 262 160 100 0 45 100 36 31 57 57
Binary 10110010 1110000 1000000 0 100101 1000000 11110 11001 101111 101111

Color Harmonies of #B27040

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B27040

Black with #B27040

Text Example


Text Example

White with #B27040

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B27040; }

 p { color: rgb(178,112,64); }

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

background-color css

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

 a { background-color: rgb(178,112,64); }

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

border-color css

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

 span { border-color: rgb(178,112,64); }

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