Html Css Color HEX #BD824C Brandy Punch

📋 copy color: '#BD824C'

red 189 ◦ green 130 ◦ blue 76

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

Shades of Brandy Punch #BD824C

Tints of Brandy Punch #BD824C

RGB

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

 GREEN value IS 130 (51.17% from 255) = 32.91%

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

R = 47.85%
G = 32.91%
B = 19.24%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.60

 K value IS 0.26

RGB Variations

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

Color information

#BD824C (or 0xBD824C) is known color: Brandy Punch. HEX triplet: BD, 82 and 4C. RGB value is (189,130,76). Sum of RGB (Red+Green+Blue) = 189+130+76=395 (52% of max value = 765). Red value is 189 (74.22% from 255 or 47.85% from 395); Green value is 130 (51.17% from 255 or 32.91% from 395); Blue value is 76 (30.08% from 255 or 19.24% from 395); Max value from RGB is 189 - color contains mainly: red. Hex color #BD824C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BD824C is #427DB3. Grayscale: #8D8D8D. Windows color (decimal): -4357556 or 5014205. OLE color: 5014205.

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

Color convert

RGB 189 130 76 -
CMYK 0 0.31 0.60 0.26
HSL 28.67º 0.46% 0.52% -
HSV(B) 28.67º 0.6% 0.74% -
XYZ 30.27 27.31 10.51 -
YUV 141.49 91.05 161.89 -
System Red Green Blue C M Y K H S L
Decimal 189 130 76 0 0.31 0.60 0.26 28.67 0.46 0.52
Hex BD 82 4C 0 1F 3C 1A 1D 2E 34
Octal 275 202 114 0 37 74 32 35 56 64
Binary 10111101 10000010 1001100 0 11111 111100 11010 11101 101110 110100

Color Harmonies of #BD824C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD824C

Black with #BD824C

Text Example


Text Example

White with #BD824C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD824C; }

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

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

background-color css

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

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

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

border-color css

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

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

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