#B7724B

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

Shades of Bourbon #B7724B

Tints of Bourbon #B7724B

Color information

#B7724B (or 0xB7724B) is unknown color: approx Bourbon. HEX triplet: B7, 72 and 4B. RGB value is (183,114,75). Sum of RGB (Red+Green+Blue) = 183+114+75=372 (49% of max value = 765). Red value is 183 (71.88% from 255 or 49.19% from 372); Green value is 114 (44.92% from 255 or 30.65% from 372); Blue value is 75 (29.69% from 255 or 20.16% from 372); Max value from RGB is 183 - color contains mainly: red. Hex color #B7724B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B7724B is #488DB4. Grayscale: #828282. Windows color (decimal): -4754869 or 4944567. OLE color: 4944567.

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

Color convert

RGB18311475-
CMYK00.380.590.28
HSL21.67º42.86%50.59%-
HSV(B)21.67º59.02%71.76%-
XYZ26.8222.619.61-
YUV130.1896.86165.67-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 49.19%
GREEN value IS 114 (44.92% from 255) = 30.65%
BLUE value IS 75 (29.69% from 255) = 20.16%
R=49.19%
G=30.65%
B=20.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.59
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1831147500.380.590.2821.6742.8650.59
HexB7724B0263B1C162b33
Octal2671621130467334265363
Binary101101111110010100101101001101110111110010110101011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7724B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7724B; }

 p { color: rgb(183,114,75); }

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

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

 a { background-color: rgb(183,114,75); }

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

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

 span { border-color: rgb(183,114,75); }

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