Html Css Color HEX #BD824A Brandy Punch

📋 copy color: '#BD824A'

red 189 ◦ green 130 ◦ blue 74

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

Shades of Brandy Punch #BD824A

Tints of Brandy Punch #BD824A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 18.83%

R = 48.09%
G = 33.08%
B = 18.83%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.61

 K value IS 0.26

RGB Variations

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

Color information

#BD824A (or 0xBD824A) is known color: Brandy Punch. HEX triplet: BD, 82 and 4A. RGB value is (189,130,74). Sum of RGB (Red+Green+Blue) = 189+130+74=393 (52% of max value = 765). Red value is 189 (74.22% from 255 or 48.09% from 393); Green value is 130 (51.17% from 255 or 33.08% from 393); Blue value is 74 (29.30% from 255 or 18.83% from 393); Max value from RGB is 189 - color contains mainly: red. Hex color #BD824A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BD824A is #427DB5. Grayscale: #8D8D8D. Windows color (decimal): -4357558 or 4883133. OLE color: 4883133.

HSL color Cylindrical-coordinate representation of color #BD824A: hue angle of 29.22º degrees, saturation: 0.47, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #BD824A is Cyan = 0, Magento = 0.31, Yellow = 0.61 and Black (K on CMYK) = 0.26.

Color convert

RGB 189 130 74 -
CMYK 0 0.31 0.61 0.26
HSL 29.22º 0.47% 0.52% -
HSV(B) 29.22º 0.61% 0.74% -
XYZ 30.2 27.28 10.15 -
YUV 141.26 90.05 162.05 -
System Red Green Blue C M Y K H S L
Decimal 189 130 74 0 0.31 0.61 0.26 29.22 0.47 0.52
Hex BD 82 4A 0 1F 3D 1A 1D 2F 34
Octal 275 202 112 0 37 75 32 35 57 64
Binary 10111101 10000010 1001010 0 11111 111101 11010 11101 101111 110100

Color Harmonies of #BD824A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD824A

Black with #BD824A

Text Example


Text Example

White with #BD824A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD824A; }

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

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

background-color css

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

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

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

border-color css

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

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

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