Html Css Color HEX #B27841 Bourbon

📋 copy color: '#B27841'

red 178 ◦ green 120 ◦ blue 65

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

Shades of Bourbon #B27841

Tints of Bourbon #B27841

RGB

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

 GREEN value IS 120 (47.27% from 255) = 33.06%

 BLUE value IS 65 (25.78% from 255) = 17.91%

R = 49.04%
G = 33.06%
B = 17.91%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.63

 K value IS 0.30

RGB Variations

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

Color information

#B27841 (or 0xB27841) is known color: Bourbon. HEX triplet: B2, 78 and 41. RGB value is (178,120,65). Sum of RGB (Red+Green+Blue) = 178+120+65=363 (48% of max value = 765). Red value is 178 (69.92% from 255 or 49.04% from 363); Green value is 120 (47.27% from 255 or 33.06% from 363); Blue value is 65 (25.78% from 255 or 17.91% from 363); Max value from RGB is 178 - color contains mainly: red. Hex color #B27841 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B27841 is #4D87BE. Grayscale: #838383. Windows color (decimal): -5081023 or 4290738. OLE color: 4290738.

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

Color convert

RGB 178 120 65 -
CMYK 0 0.33 0.63 0.30
HSL 29.2º 0.47% 0.48% -
HSV(B) 29.2º 0.63% 0.7% -
XYZ 26.03 23.28 8.12 -
YUV 131.07 90.72 161.47 -
System Red Green Blue C M Y K H S L
Decimal 178 120 65 0 0.33 0.63 0.30 29.2 0.47 0.48
Hex B2 78 41 0 21 3F 1E 1D 2F 30
Octal 262 170 101 0 41 77 36 35 57 60
Binary 10110010 1111000 1000001 0 100001 111111 11110 11101 101111 110000

Color Harmonies of #B27841

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B27841

Black with #B27841

Text Example


Text Example

White with #B27841

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B27841; }

 p { color: rgb(178,120,65); }

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

background-color css

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

 a { background-color: rgb(178,120,65); }

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

border-color css

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

 span { border-color: rgb(178,120,65); }

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