#B0653B

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

Shades of Bourbon #B0653B

Tints of Bourbon #B0653B

Color information

#B0653B (or 0xB0653B) is unknown color: approx Bourbon. HEX triplet: B0, 65 and 3B. RGB value is (176,101,59). Sum of RGB (Red+Green+Blue) = 176+101+59=336 (44% of max value = 765). Red value is 176 (69.14% from 255 or 52.38% from 336); Green value is 101 (39.84% from 255 or 30.06% from 336); Blue value is 59 (23.44% from 255 or 17.56% from 336); Max value from RGB is 176 - color contains mainly: red. Hex color #B0653B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B0653B is #4F9AC4. Grayscale: #767676. Windows color (decimal): -5216965 or 3892656. OLE color: 3892656.

HSL color Cylindrical-coordinate representation of color #B0653B: hue angle of 21.54º degrees, saturation: 0.5, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #B0653B is Cyan = 0, Magento = 0.43, Yellow = 0.66 and Black (K on CMYK) = 0.31.

Color convert

RGB17610159-
CMYK00.430.660.31
HSL21.54º49.79%46.08%-
HSV(B)21.54º66.48%69.02%-
XYZ23.3518.856.55-
YUV118.6494.35168.92-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 52.38%
GREEN value IS 101 (39.84% from 255) = 30.06%
BLUE value IS 59 (23.44% from 255) = 17.56%
R=52.38%
G=30.06%
B=17.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.66
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1761015900.430.660.3121.5449.7946.08
HexB0653B02B421F16322e
Octal2601457305310237266256
Binary101100001100101111011010101110000101111110110110010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0653B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0653B; }

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

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

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

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

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

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

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

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