#BD7B4B

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

Shades of Brandy Punch #BD7B4B

Tints of Brandy Punch #BD7B4B

Color information

#BD7B4B (or 0xBD7B4B) is unknown color: approx Brandy Punch. HEX triplet: BD, 7B and 4B. RGB value is (189,123,75). Sum of RGB (Red+Green+Blue) = 189+123+75=387 (51% of max value = 765). Red value is 189 (74.22% from 255 or 48.84% from 387); Green value is 123 (48.44% from 255 or 31.78% from 387); Blue value is 75 (29.69% from 255 or 19.38% from 387); Max value from RGB is 189 - color contains mainly: red. Hex color #BD7B4B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BD7B4B is #4284B4. Grayscale: #898989. Windows color (decimal): -4359349 or 4946877. OLE color: 4946877.

HSL color Cylindrical-coordinate representation of color #BD7B4B: hue angle of 25.26º degrees, saturation: 0.46, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #BD7B4B is Cyan = 0, Magento = 0.35, Yellow = 0.60 and Black (K on CMYK) = 0.26.

Color convert

RGB18912375-
CMYK00.350.600.26
HSL25.26º46.34%51.76%-
HSV(B)25.26º60.32%74.12%-
XYZ29.3425.4910.03-
YUV137.2692.87164.9-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 48.84%
GREEN value IS 123 (48.44% from 255) = 31.78%
BLUE value IS 75 (29.69% from 255) = 19.38%
R=48.84%
G=31.78%
B=19.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.60
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1891237500.350.600.2625.2646.3451.76
HexBD7B4B0233C1A192e34
Octal2751731130437432315664
Binary101111011111011100101101000111111001101011001101110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD7B4B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD7B4B; }

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

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

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

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

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

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

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

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