#B3653B

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

Shades of Bourbon #B3653B

Tints of Bourbon #B3653B

Color information

#B3653B (or 0xB3653B) is unknown color: approx Bourbon. HEX triplet: B3, 65 and 3B. RGB value is (179,101,59). Sum of RGB (Red+Green+Blue) = 179+101+59=339 (44% of max value = 765). Red value is 179 (70.31% from 255 or 52.80% from 339); Green value is 101 (39.84% from 255 or 29.79% from 339); Blue value is 59 (23.44% from 255 or 17.40% from 339); Max value from RGB is 179 - color contains mainly: red. Hex color #B3653B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B3653B is #4C9AC4. Grayscale: #777777. Windows color (decimal): -5020357 or 3892659. OLE color: 3892659.

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

Color convert

RGB17910159-
CMYK00.440.670.30
HSL21º50.42%46.67%-
HSV(B)21º67.04%70.2%-
XYZ24.0319.216.58-
YUV119.5393.84170.42-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 52.80%
GREEN value IS 101 (39.84% from 255) = 29.79%
BLUE value IS 59 (23.44% from 255) = 17.40%
R=52.80%
G=29.79%
B=17.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.67
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1791015900.440.670.302150.4246.67
HexB3653B02C431E15322f
Octal2631457305410336256257
Binary101100111100101111011010110010000111111010101110010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3653B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3653B; }

 p { color: rgb(179,101,59); }

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

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

 a { background-color: rgb(179,101,59); }

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

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

 span { border-color: rgb(179,101,59); }

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