Html Css Color HEX #BD804E Brandy Punch

📋 copy color: '#BD804E'

red 189 ◦ green 128 ◦ blue 78

#BD804E
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Brandy Punch #BD804E

Tints of Brandy Punch #BD804E

RGB

 RED value IS 189 (74.22% from 255) = 47.85%

 GREEN value IS 128 (50.39% from 255) = 32.41%

 BLUE value IS 78 (30.86% from 255) = 19.75%

R = 47.85%
G = 32.41%
B = 19.75%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.59

 K value IS 0.26

RGB Variations

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

Color information

#BD804E (or 0xBD804E) is known color: Brandy Punch. HEX triplet: BD, 80 and 4E. RGB value is (189,128,78). Sum of RGB (Red+Green+Blue) = 189+128+78=395 (52% of max value = 765). Red value is 189 (74.22% from 255 or 47.85% from 395); Green value is 128 (50.39% from 255 or 32.41% from 395); Blue value is 78 (30.86% from 255 or 19.75% from 395); Max value from RGB is 189 - color contains mainly: red. Hex color #BD804E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BD804E is #427FB1. Grayscale: #8C8C8C. Windows color (decimal): -4358066 or 5144765. OLE color: 5144765.

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

Color convert

RGB 189 128 78 -
CMYK 0 0.32 0.59 0.26
HSL 27.03º 0.46% 0.52% -
HSV(B) 27.03º 0.59% 0.74% -
XYZ 30.08 26.81 10.8 -
YUV 140.54 92.71 162.57 -
System Red Green Blue C M Y K H S L
Decimal 189 128 78 0 0.32 0.59 0.26 27.03 0.46 0.52
Hex BD 80 4E 0 20 3B 1A 1B 2E 34
Octal 275 200 116 0 40 73 32 33 56 64
Binary 10111101 10000000 1001110 0 100000 111011 11010 11011 101110 110100

Color Harmonies of #BD804E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD804E

Black with #BD804E

Text Example


Text Example

White with #BD804E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD804E; }

 p { color: rgb(189,128,78); }

 H1.HeaderClassName
 {
   color: #BD804E;
 }
 .AnyTagClassName
 {
   color: #BD804E;
 }
</style>

background-color css

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

 a { background-color: rgb(189,128,78); }

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

border-color css

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

 span { border-color: rgb(189,128,78); }

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