Html Css Color HEX #B27540 Bourbon

📋 copy color: '#B27540'

red 178 ◦ green 117 ◦ blue 64

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

Shades of Bourbon #B27540

Tints of Bourbon #B27540

RGB

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

 GREEN value IS 117 (46.09% from 255) = 32.59%

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

R = 49.58%
G = 32.59%
B = 17.83%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.64

 K value IS 0.30

RGB Variations

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

Color information

#B27540 (or 0xB27540) is known color: Bourbon. HEX triplet: B2, 75 and 40. RGB value is (178,117,64). Sum of RGB (Red+Green+Blue) = 178+117+64=359 (47% of max value = 765). Red value is 178 (69.92% from 255 or 49.58% from 359); Green value is 117 (46.09% from 255 or 32.59% from 359); Blue value is 64 (25.39% from 255 or 17.83% from 359); Max value from RGB is 178 - color contains mainly: red. Hex color #B27540 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B27540 is #4D8ABF. Grayscale: #818181. Windows color (decimal): -5081792 or 4224434. OLE color: 4224434.

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

Color convert

RGB 178 117 64 -
CMYK 0 0.34 0.64 0.30
HSL 27.89º 0.47% 0.47% -
HSV(B) 27.89º 0.64% 0.7% -
XYZ 25.65 22.56 7.85 -
YUV 129.2 91.21 162.81 -
System Red Green Blue C M Y K H S L
Decimal 178 117 64 0 0.34 0.64 0.30 27.89 0.47 0.47
Hex B2 75 40 0 22 40 1E 1C 2F 2F
Octal 262 165 100 0 42 100 36 34 57 57
Binary 10110010 1110101 1000000 0 100010 1000000 11110 11100 101111 101111

Color Harmonies of #B27540

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B27540

Black with #B27540

Text Example


Text Example

White with #B27540

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B27540; }

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

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

background-color css

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

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

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

border-color css

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

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

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