Html Css Color HEX #BD7C50 Brandy Punch

📋 copy color: '#BD7C50'

red 189 ◦ green 124 ◦ blue 80

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

Shades of Brandy Punch #BD7C50

Tints of Brandy Punch #BD7C50

RGB

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

 GREEN value IS 124 (48.83% from 255) = 31.55%

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

R = 48.09%
G = 31.55%
B = 20.36%

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

#BD7C50 (or 0xBD7C50) is known color: Brandy Punch. HEX triplet: BD, 7C and 50. RGB value is (189,124,80). Sum of RGB (Red+Green+Blue) = 189+124+80=393 (52% of max value = 765). Red value is 189 (74.22% from 255 or 48.09% from 393); Green value is 124 (48.83% from 255 or 31.55% from 393); Blue value is 80 (31.64% from 255 or 20.36% from 393); Max value from RGB is 189 - color contains mainly: red. Hex color #BD7C50 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BD7C50 is #4283AF. Grayscale: #8A8A8A. Windows color (decimal): -4359088 or 5274813. OLE color: 5274813.

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

Color convert

RGB 189 124 80 -
CMYK 0 0.34 0.58 0.26
HSL 24.22º 0.45% 0.53% -
HSV(B) 24.22º 0.58% 0.74% -
XYZ 29.64 25.81 11.01 -
YUV 138.42 95.03 164.08 -
System Red Green Blue C M Y K H S L
Decimal 189 124 80 0 0.34 0.58 0.26 24.22 0.45 0.53
Hex BD 7C 50 0 22 3A 1A 18 2D 35
Octal 275 174 120 0 42 72 32 30 55 65
Binary 10111101 1111100 1010000 0 100010 111010 11010 11000 101101 110101

Color Harmonies of #BD7C50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD7C50

Black with #BD7C50

Text Example


Text Example

White with #BD7C50

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD7C50; }

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

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

background-color css

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

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

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

border-color css

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

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

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