#B5693F

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

Shades of Bourbon #B5693F

Tints of Bourbon #B5693F

Color information

#B5693F (or 0xB5693F) is unknown color: approx Bourbon. HEX triplet: B5, 69 and 3F. RGB value is (181,105,63). Sum of RGB (Red+Green+Blue) = 181+105+63=349 (46% of max value = 765). Red value is 181 (71.09% from 255 or 51.86% from 349); Green value is 105 (41.41% from 255 or 30.09% from 349); Blue value is 63 (25% from 255 or 18.05% from 349); Max value from RGB is 181 - color contains mainly: red. Hex color #B5693F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B5693F is #4A96C0. Grayscale: #7B7B7B. Windows color (decimal): -4888257 or 4155829. OLE color: 4155829.

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

Color convert

RGB18110563-
CMYK00.420.650.29
HSL21.36º48.36%47.84%-
HSV(B)21.36º65.19%70.98%-
XYZ2520.297.3-
YUV122.9494.18169.42-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 51.86%
GREEN value IS 105 (41.41% from 255) = 30.09%
BLUE value IS 63 (25% from 255) = 18.05%
R=51.86%
G=30.09%
B=18.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.65
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1811056300.420.650.2921.3648.3647.84
HexB5693F02A411D153030
Octal2651517705210135256060
Binary101101011101001111111010101010000011110110101110000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5693F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5693F; }

 p { color: rgb(181,105,63); }

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

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

 a { background-color: rgb(181,105,63); }

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

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

 span { border-color: rgb(181,105,63); }

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