Html Css Color HEX #BD814C Brandy Punch

📋 copy color: '#BD814C'

red 189 ◦ green 129 ◦ blue 76

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

Shades of Brandy Punch #BD814C

Tints of Brandy Punch #BD814C

RGB

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

 GREEN value IS 129 (50.78% from 255) = 32.74%

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

R = 47.97%
G = 32.74%
B = 19.29%

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

#BD814C (or 0xBD814C) is known color: Brandy Punch. HEX triplet: BD, 81 and 4C. RGB value is (189,129,76). Sum of RGB (Red+Green+Blue) = 189+129+76=394 (52% of max value = 765). Red value is 189 (74.22% from 255 or 47.97% from 394); Green value is 129 (50.78% from 255 or 32.74% from 394); Blue value is 76 (30.08% from 255 or 19.29% from 394); Max value from RGB is 189 - color contains mainly: red. Hex color #BD814C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BD814C is #427EB3. Grayscale: #8D8D8D. Windows color (decimal): -4357812 or 5013949. OLE color: 5013949.

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

Color convert

RGB 189 129 76 -
CMYK 0 0.32 0.60 0.26
HSL 28.14º 0.46% 0.52% -
HSV(B) 28.14º 0.6% 0.74% -
XYZ 30.14 27.04 10.47 -
YUV 140.9 91.38 162.31 -
System Red Green Blue C M Y K H S L
Decimal 189 129 76 0 0.32 0.60 0.26 28.14 0.46 0.52
Hex BD 81 4C 0 20 3C 1A 1C 2E 34
Octal 275 201 114 0 40 74 32 34 56 64
Binary 10111101 10000001 1001100 0 100000 111100 11010 11100 101110 110100

Color Harmonies of #BD814C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD814C

Black with #BD814C

Text Example


Text Example

White with #BD814C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD814C; }

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

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

background-color css

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

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

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

border-color css

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

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

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