#B7663D

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

Shades of Bourbon #B7663D

Tints of Bourbon #B7663D

Color information

#B7663D (or 0xB7663D) is unknown color: approx Bourbon. HEX triplet: B7, 66 and 3D. RGB value is (183,102,61). Sum of RGB (Red+Green+Blue) = 183+102+61=346 (45% of max value = 765). Red value is 183 (71.88% from 255 or 52.89% from 346); Green value is 102 (40.23% from 255 or 29.48% from 346); Blue value is 61 (24.22% from 255 or 17.63% from 346); Max value from RGB is 183 - color contains mainly: red. Hex color #B7663D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B7663D is #4899C2. Grayscale: #797979. Windows color (decimal): -4757955 or 4023991. OLE color: 4023991.

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

Color convert

RGB18310261-
CMYK00.440.670.28
HSL20.16º50%47.84%-
HSV(B)20.16º66.67%71.76%-
XYZ25.1219.916.93-
YUV121.5493.84171.83-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 52.89%
GREEN value IS 102 (40.23% from 255) = 29.48%
BLUE value IS 61 (24.22% from 255) = 17.63%
R=52.89%
G=29.48%
B=17.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.67
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1831026100.440.670.2820.165047.84
HexB7663D02C431C143230
Octal2671467505410334246260
Binary101101111100110111101010110010000111110010100110010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7663D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7663D; }

 p { color: rgb(183,102,61); }

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

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

 a { background-color: rgb(183,102,61); }

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

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

 span { border-color: rgb(183,102,61); }

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