Html Css Color HEX #BD804F Brandy Punch

📋 copy color: '#BD804F'

red 189 ◦ green 128 ◦ blue 79

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

Shades of Brandy Punch #BD804F

Tints of Brandy Punch #BD804F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 19.95%

R = 47.73%
G = 32.32%
B = 19.95%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.58

 K value IS 0.26

RGB Variations

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

Color information

#BD804F (or 0xBD804F) is known color: Brandy Punch. HEX triplet: BD, 80 and 4F. RGB value is (189,128,79). Sum of RGB (Red+Green+Blue) = 189+128+79=396 (52% of max value = 765). Red value is 189 (74.22% from 255 or 47.73% from 396); Green value is 128 (50.39% from 255 or 32.32% from 396); Blue value is 79 (31.25% from 255 or 19.95% from 396); Max value from RGB is 189 - color contains mainly: red. Hex color #BD804F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BD804F is #427FB0. Grayscale: #8C8C8C. Windows color (decimal): -4358065 or 5210301. OLE color: 5210301.

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

Color convert

RGB 189 128 79 -
CMYK 0 0.32 0.58 0.26
HSL 26.73º 0.45% 0.53% -
HSV(B) 26.73º 0.58% 0.74% -
XYZ 30.12 26.82 10.99 -
YUV 140.65 93.21 162.48 -
System Red Green Blue C M Y K H S L
Decimal 189 128 79 0 0.32 0.58 0.26 26.73 0.45 0.53
Hex BD 80 4F 0 20 3A 1A 1B 2D 35
Octal 275 200 117 0 40 72 32 33 55 65
Binary 10111101 10000000 1001111 0 100000 111010 11010 11011 101101 110101

Color Harmonies of #BD804F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD804F

Black with #BD804F

Text Example


Text Example

White with #BD804F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD804F; }

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

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

background-color css

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

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

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

border-color css

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

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

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