Html Css Color HEX #BD7D50 Brandy Punch

📋 copy color: '#BD7D50'

red 189 ◦ green 125 ◦ blue 80

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

Shades of Brandy Punch #BD7D50

Tints of Brandy Punch #BD7D50

RGB

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

 GREEN value IS 125 (49.22% from 255) = 31.73%

 BLUE value IS 80 (31.64% from 255) = 20.3%

R = 47.97%
G = 31.73%
B = 20.3%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.58

 K value IS 0.26

RGB Variations

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

Color information

#BD7D50 (or 0xBD7D50) is known color: Brandy Punch. HEX triplet: BD, 7D and 50. RGB value is (189,125,80). Sum of RGB (Red+Green+Blue) = 189+125+80=394 (52% of max value = 765). Red value is 189 (74.22% from 255 or 47.97% from 394); Green value is 125 (49.22% from 255 or 31.73% from 394); Blue value is 80 (31.64% from 255 or 20.30% from 394); Max value from RGB is 189 - color contains mainly: red. Hex color #BD7D50 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BD7D50 is #4282AF. Grayscale: #8B8B8B. Windows color (decimal): -4358832 or 5275069. OLE color: 5275069.

HSL color Cylindrical-coordinate representation of color #BD7D50: hue angle of 24.77º degrees, saturation: 0.45, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #BD7D50 is Cyan = 0, Magento = 0.34, Yellow = 0.58 and Black (K on CMYK) = 0.26.

Color convert

RGB 189 125 80 -
CMYK 0 0.34 0.58 0.26
HSL 24.77º 0.45% 0.53% -
HSV(B) 24.77º 0.58% 0.74% -
XYZ 29.77 26.07 11.05 -
YUV 139.01 94.7 163.66 -
System Red Green Blue C M Y K H S L
Decimal 189 125 80 0 0.34 0.58 0.26 24.77 0.45 0.53
Hex BD 7D 50 0 22 3A 1A 19 2D 35
Octal 275 175 120 0 42 72 32 31 55 65
Binary 10111101 1111101 1010000 0 100010 111010 11010 11001 101101 110101

Color Harmonies of #BD7D50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD7D50

Black with #BD7D50

Text Example


Text Example

White with #BD7D50

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD7D50; }

 p { color: rgb(189,125,80); }

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

background-color css

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

 a { background-color: rgb(189,125,80); }

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

border-color css

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

 span { border-color: rgb(189,125,80); }

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