Html Css Color HEX #BD804C Brandy Punch

📋 copy color: '#BD804C'

red 189 ◦ green 128 ◦ blue 76

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

Shades of Brandy Punch #BD804C

Tints of Brandy Punch #BD804C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 19.34%

R = 48.09%
G = 32.57%
B = 19.34%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.60

 K value IS 0.26

RGB Variations

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

Color information

#BD804C (or 0xBD804C) is known color: Brandy Punch. HEX triplet: BD, 80 and 4C. RGB value is (189,128,76). Sum of RGB (Red+Green+Blue) = 189+128+76=393 (52% of max value = 765). Red value is 189 (74.22% from 255 or 48.09% from 393); Green value is 128 (50.39% from 255 or 32.57% from 393); Blue value is 76 (30.08% from 255 or 19.34% from 393); Max value from RGB is 189 - color contains mainly: red. Hex color #BD804C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BD804C is #427FB3. Grayscale: #8C8C8C. Windows color (decimal): -4358068 or 5013693. OLE color: 5013693.

HSL color Cylindrical-coordinate representation of color #BD804C: hue angle of 27.61º 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 #BD804C is Cyan = 0, Magento = 0.32, Yellow = 0.60 and Black (K on CMYK) = 0.26.

Color convert

RGB 189 128 76 -
CMYK 0 0.32 0.60 0.26
HSL 27.61º 0.46% 0.52% -
HSV(B) 27.61º 0.6% 0.74% -
XYZ 30.01 26.78 10.42 -
YUV 140.31 91.71 162.73 -
System Red Green Blue C M Y K H S L
Decimal 189 128 76 0 0.32 0.60 0.26 27.61 0.46 0.52
Hex BD 80 4C 0 20 3C 1A 1C 2E 34
Octal 275 200 114 0 40 74 32 34 56 64
Binary 10111101 10000000 1001100 0 100000 111100 11010 11100 101110 110100

Color Harmonies of #BD804C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD804C

Black with #BD804C

Text Example


Text Example

White with #BD804C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD804C; }

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

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

background-color css

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

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

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

border-color css

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

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

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