Html Css Color HEX #B27140 Bourbon

📋 copy color: '#B27140'

red 178 ◦ green 113 ◦ blue 64

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

Shades of Bourbon #B27140

Tints of Bourbon #B27140

RGB

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

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

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

R = 50.14%
G = 31.83%
B = 18.03%

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

#B27140 (or 0xB27140) is known color: Bourbon. HEX triplet: B2, 71 and 40. RGB value is (178,113,64). Sum of RGB (Red+Green+Blue) = 178+113+64=355 (47% of max value = 765). Red value is 178 (69.92% from 255 or 50.14% from 355); Green value is 113 (44.53% from 255 or 31.83% from 355); Blue value is 64 (25.39% from 255 or 18.03% from 355); Max value from RGB is 178 - color contains mainly: red. Hex color #B27140 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B27140 is #4D8EBF. Grayscale: #7F7F7F. Windows color (decimal): -5082816 or 4223410. OLE color: 4223410.

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

Color convert

RGB 178 113 64 -
CMYK 0 0.37 0.64 0.30
HSL 25.79º 0.47% 0.47% -
HSV(B) 25.79º 0.64% 0.7% -
XYZ 25.19 21.65 7.7 -
YUV 126.85 92.53 164.48 -
System Red Green Blue C M Y K H S L
Decimal 178 113 64 0 0.37 0.64 0.30 25.79 0.47 0.47
Hex B2 71 40 0 25 40 1E 1A 2F 2F
Octal 262 161 100 0 45 100 36 32 57 57
Binary 10110010 1110001 1000000 0 100101 1000000 11110 11010 101111 101111

Color Harmonies of #B27140

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B27140

Black with #B27140

Text Example


Text Example

White with #B27140

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B27140; }

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

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

background-color css

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

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

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

border-color css

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

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

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