#BD7B54

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

Shades of Brandy Punch #BD7B54

Tints of Brandy Punch #BD7B54

Color information

#BD7B54 (or 0xBD7B54) is unknown color: approx Brandy Punch. HEX triplet: BD, 7B and 54. RGB value is (189,123,84). Sum of RGB (Red+Green+Blue) = 189+123+84=396 (52% of max value = 765). Red value is 189 (74.22% from 255 or 47.73% from 396); Green value is 123 (48.44% from 255 or 31.06% from 396); Blue value is 84 (33.20% from 255 or 21.21% from 396); Max value from RGB is 189 - color contains mainly: red. Hex color #BD7B54 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BD7B54 is #4284AB. Grayscale: #8A8A8A. Windows color (decimal): -4359340 or 5536701. OLE color: 5536701.

HSL color Cylindrical-coordinate representation of color #BD7B54: hue angle of 22.29º degrees, saturation: 0.44, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #BD7B54 is Cyan = 0, Magento = 0.35, Yellow = 0.56 and Black (K on CMYK) = 0.26.

Color convert

RGB18912384-
CMYK00.350.560.26
HSL22.29º44.3%53.53%-
HSV(B)22.29º55.56%74.12%-
XYZ29.6725.6211.77-
YUV138.2997.37164.17-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 47.73%
GREEN value IS 123 (48.44% from 255) = 31.06%
BLUE value IS 84 (33.20% from 255) = 21.21%
R=47.73%
G=31.06%
B=21.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.56
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1891238400.350.560.2622.2944.353.53
HexBD7B54023381A162c36
Octal2751731240437032265466
Binary101111011111011101010001000111110001101010110101100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD7B54

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD7B54; }

 p { color: rgb(189,123,84); }

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

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

 a { background-color: rgb(189,123,84); }

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

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

 span { border-color: rgb(189,123,84); }

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