Html Css Color HEX #B27240 Bourbon

📋 copy color: '#B27240'

red 178 ◦ green 114 ◦ blue 64

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

Shades of Bourbon #B27240

Tints of Bourbon #B27240

RGB

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

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

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

R = 50%
G = 32.02%
B = 17.98%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.64

 K value IS 0.30

RGB Variations

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

Color information

#B27240 (or 0xB27240) is known color: Bourbon. HEX triplet: B2, 72 and 40. RGB value is (178,114,64). Sum of RGB (Red+Green+Blue) = 178+114+64=356 (47% of max value = 765). Red value is 178 (69.92% from 255 or 50% from 356); Green value is 114 (44.92% from 255 or 32.02% from 356); Blue value is 64 (25.39% from 255 or 17.98% from 356); Max value from RGB is 178 - color contains mainly: red. Hex color #B27240 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B27240 is #4D8DBF. Grayscale: #7F7F7F. Windows color (decimal): -5082560 or 4223666. OLE color: 4223666.

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

Color convert

RGB 178 114 64 -
CMYK 0 0.36 0.64 0.30
HSL 26.32º 0.47% 0.47% -
HSV(B) 26.32º 0.64% 0.7% -
XYZ 25.3 21.87 7.74 -
YUV 127.44 92.2 164.07 -
System Red Green Blue C M Y K H S L
Decimal 178 114 64 0 0.36 0.64 0.30 26.32 0.47 0.47
Hex B2 72 40 0 24 40 1E 1A 2F 2F
Octal 262 162 100 0 44 100 36 32 57 57
Binary 10110010 1110010 1000000 0 100100 1000000 11110 11010 101111 101111

Color Harmonies of #B27240

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B27240

Black with #B27240

Text Example


Text Example

White with #B27240

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B27240; }

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

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

background-color css

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

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

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

border-color css

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

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

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