#B77340

Color #B77340 Bourbon (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Bourbon #B77340

Tints of Bourbon #B77340

Color information

#B77340 (or 0xB77340) is unknown color: approx Bourbon. HEX triplet: B7, 73 and 40. RGB value is (183,115,64). Sum of RGB (Red+Green+Blue) = 183+115+64=362 (47% of max value = 765). Red value is 183 (71.88% from 255 or 50.55% from 362); Green value is 115 (45.31% from 255 or 31.77% from 362); Blue value is 64 (25.39% from 255 or 17.68% from 362); Max value from RGB is 183 - color contains mainly: red. Hex color #B77340 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B77340 is #488CBF. Grayscale: #818181. Windows color (decimal): -4754624 or 4223927. OLE color: 4223927.

HSL color Cylindrical-coordinate representation of color #B77340: hue angle of 25.71º degrees, saturation: 0.48, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #B77340 is Cyan = 0, Magento = 0.37, Yellow = 0.65 and Black (K on CMYK) = 0.28.

Color convert

RGB18311564-
CMYK00.370.650.28
HSL25.71º48.18%48.43%-
HSV(B)25.71º65.03%71.76%-
XYZ26.5822.77.83-
YUV129.5291.03166.15-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 50.55%
GREEN value IS 115 (45.31% from 255) = 31.77%
BLUE value IS 64 (25.39% from 255) = 17.68%
R=50.55%
G=31.77%
B=17.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.65
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1831156400.370.650.2825.7148.1848.43
HexB77340025411C1a3030
Octal26716310004510134326060
Binary1011011111100111000000010010110000011110011010110000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B77340

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B77340; }

 p { color: rgb(183,115,64); }

 H1.HeaderClassName
 {
   color: #B77340;
 }
 .AnyTagClassName
 {
   color: #B77340;
 }
</style>
background-color css

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

 a { background-color: rgb(183,115,64); }

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

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

 span { border-color: rgb(183,115,64); }

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