#B2693F

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

Shades of Bourbon #B2693F

Tints of Bourbon #B2693F

Color information

#B2693F (or 0xB2693F) is unknown color: approx Bourbon. HEX triplet: B2, 69 and 3F. RGB value is (178,105,63). Sum of RGB (Red+Green+Blue) = 178+105+63=346 (45% of max value = 765). Red value is 178 (69.92% from 255 or 51.45% from 346); Green value is 105 (41.41% from 255 or 30.35% from 346); Blue value is 63 (25% from 255 or 18.21% from 346); Max value from RGB is 178 - color contains mainly: red. Hex color #B2693F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B2693F is #4D96C0. Grayscale: #7A7A7A. Windows color (decimal): -5084865 or 4155826. OLE color: 4155826.

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

Color convert

RGB17810563-
CMYK00.410.650.30
HSL21.91º47.72%47.25%-
HSV(B)21.91º64.61%69.8%-
XYZ24.3119.937.27-
YUV122.0494.68167.92-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 51.45%
GREEN value IS 105 (41.41% from 255) = 30.35%
BLUE value IS 63 (25% from 255) = 18.21%
R=51.45%
G=30.35%
B=18.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.65
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1781056300.410.650.3021.9147.7247.25
HexB2693F029411E16302f
Octal2621517705110136266057
Binary101100101101001111111010100110000011111010110110000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2693F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2693F; }

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

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

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

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

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

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

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

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