#BD763B

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

Shades of Brandy Punch #BD763B

Tints of Brandy Punch #BD763B

Color information

#BD763B (or 0xBD763B) is unknown color: approx Brandy Punch. HEX triplet: BD, 76 and 3B. RGB value is (189,118,59). Sum of RGB (Red+Green+Blue) = 189+118+59=366 (48% of max value = 765). Red value is 189 (74.22% from 255 or 51.64% from 366); Green value is 118 (46.48% from 255 or 32.24% from 366); Blue value is 59 (23.44% from 255 or 16.12% from 366); Max value from RGB is 189 - color contains mainly: red. Hex color #BD763B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BD763B is #4289C4. Grayscale: #848484. Windows color (decimal): -4360645 or 3897021. OLE color: 3897021.

HSL color Cylindrical-coordinate representation of color #BD763B: hue angle of 27.23º degrees, saturation: 0.52, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #BD763B is Cyan = 0, Magento = 0.38, Yellow = 0.69 and Black (K on CMYK) = 0.26.

Color convert

RGB18911859-
CMYK00.380.690.26
HSL27.23º52.42%48.63%-
HSV(B)27.23º68.78%74.12%-
XYZ28.2524.097.3-
YUV132.586.52168.3-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 51.64%
GREEN value IS 118 (46.48% from 255) = 32.24%
BLUE value IS 59 (23.44% from 255) = 16.12%
R=51.64%
G=32.24%
B=16.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.69
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1891185900.380.690.2627.2352.4248.63
HexBD763B026451A1b3431
Octal2751667304610532336461
Binary101111011110110111011010011010001011101011011110100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD763B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD763B; }

 p { color: rgb(189,118,59); }

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

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

 a { background-color: rgb(189,118,59); }

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

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

 span { border-color: rgb(189,118,59); }

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