#B8693A

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

Shades of Bourbon #B8693A

Tints of Bourbon #B8693A

Color information

#B8693A (or 0xB8693A) is unknown color: approx Bourbon. HEX triplet: B8, 69 and 3A. RGB value is (184,105,58). Sum of RGB (Red+Green+Blue) = 184+105+58=347 (45% of max value = 765). Red value is 184 (72.27% from 255 or 53.03% from 347); Green value is 105 (41.41% from 255 or 30.26% from 347); Blue value is 58 (23.05% from 255 or 16.71% from 347); Max value from RGB is 184 - color contains mainly: red. Hex color #B8693A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B8693A is #4796C5. Grayscale: #7B7B7B. Windows color (decimal): -4691654 or 3828152. OLE color: 3828152.

HSL color Cylindrical-coordinate representation of color #B8693A: hue angle of 22.38º degrees, saturation: 0.52, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #B8693A is Cyan = 0, Magento = 0.43, Yellow = 0.68 and Black (K on CMYK) = 0.28.

Color convert

RGB18410558-
CMYK00.430.680.28
HSL22.38º52.07%47.45%-
HSV(B)22.38º68.48%72.16%-
XYZ25.5820.66.63-
YUV123.2691.17171.32-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 53.03%
GREEN value IS 105 (41.41% from 255) = 30.26%
BLUE value IS 58 (23.05% from 255) = 16.71%
R=53.03%
G=30.26%
B=16.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.68
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1841055800.430.680.2822.3852.0747.45
HexB8693A02B441C16342f
Octal2701517205310434266457
Binary101110001101001111010010101110001001110010110110100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8693A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8693A; }

 p { color: rgb(184,105,58); }

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

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

 a { background-color: rgb(184,105,58); }

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

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

 span { border-color: rgb(184,105,58); }

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