Html Css Color HEX #BD824D Brandy Punch

📋 copy color: '#BD824D'

red 189 ◦ green 130 ◦ blue 77

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

Shades of Brandy Punch #BD824D

Tints of Brandy Punch #BD824D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 19.44%

R = 47.73%
G = 32.83%
B = 19.44%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.59

 K value IS 0.26

RGB Variations

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

Color information

#BD824D (or 0xBD824D) is known color: Brandy Punch. HEX triplet: BD, 82 and 4D. RGB value is (189,130,77). Sum of RGB (Red+Green+Blue) = 189+130+77=396 (52% of max value = 765). Red value is 189 (74.22% from 255 or 47.73% from 396); Green value is 130 (51.17% from 255 or 32.83% from 396); Blue value is 77 (30.47% from 255 or 19.44% from 396); Max value from RGB is 189 - color contains mainly: red. Hex color #BD824D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BD824D is #427DB2. Grayscale: #8D8D8D. Windows color (decimal): -4357555 or 5079741. OLE color: 5079741.

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

Color convert

RGB 189 130 77 -
CMYK 0 0.31 0.59 0.26
HSL 28.39º 0.46% 0.52% -
HSV(B) 28.39º 0.59% 0.74% -
XYZ 30.31 27.32 10.7 -
YUV 141.6 91.55 161.81 -
System Red Green Blue C M Y K H S L
Decimal 189 130 77 0 0.31 0.59 0.26 28.39 0.46 0.52
Hex BD 82 4D 0 1F 3B 1A 1C 2E 34
Octal 275 202 115 0 37 73 32 34 56 64
Binary 10111101 10000010 1001101 0 11111 111011 11010 11100 101110 110100

Color Harmonies of #BD824D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD824D

Black with #BD824D

Text Example


Text Example

White with #BD824D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD824D; }

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

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

background-color css

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

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

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

border-color css

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

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

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