Html Css Color HEX #BD7E56 Brandy Punch

📋 copy color: '#BD7E56'

red 189 ◦ green 126 ◦ blue 86

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

Shades of Brandy Punch #BD7E56

Tints of Brandy Punch #BD7E56

RGB

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

 GREEN value IS 126 (49.61% from 255) = 31.42%

 BLUE value IS 86 (33.98% from 255) = 21.45%

R = 47.13%
G = 31.42%
B = 21.45%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.54

 K value IS 0.26

RGB Variations

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

Color information

#BD7E56 (or 0xBD7E56) is known color: Brandy Punch. HEX triplet: BD, 7E and 56. RGB value is (189,126,86). Sum of RGB (Red+Green+Blue) = 189+126+86=401 (53% of max value = 765). Red value is 189 (74.22% from 255 or 47.13% from 401); Green value is 126 (49.61% from 255 or 31.42% from 401); Blue value is 86 (33.98% from 255 or 21.45% from 401); Max value from RGB is 189 - color contains mainly: red. Hex color #BD7E56 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BD7E56 is #4281A9. Grayscale: #8C8C8C. Windows color (decimal): -4358570 or 5668541. OLE color: 5668541.

HSL color Cylindrical-coordinate representation of color #BD7E56: hue angle of 23.3º degrees, saturation: 0.44, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #BD7E56 is Cyan = 0, Magento = 0.33, Yellow = 0.54 and Black (K on CMYK) = 0.26.

Color convert

RGB 189 126 86 -
CMYK 0 0.33 0.54 0.26
HSL 23.3º 0.44% 0.54% -
HSV(B) 23.3º 0.54% 0.74% -
XYZ 30.13 26.41 12.31 -
YUV 140.28 97.37 162.75 -
System Red Green Blue C M Y K H S L
Decimal 189 126 86 0 0.33 0.54 0.26 23.3 0.44 0.54
Hex BD 7E 56 0 21 36 1A 17 2C 36
Octal 275 176 126 0 41 66 32 27 54 66
Binary 10111101 1111110 1010110 0 100001 110110 11010 10111 101100 110110

Color Harmonies of #BD7E56

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD7E56

Black with #BD7E56

Text Example


Text Example

White with #BD7E56

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD7E56; }

 p { color: rgb(189,126,86); }

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

background-color css

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

 a { background-color: rgb(189,126,86); }

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

border-color css

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

 span { border-color: rgb(189,126,86); }

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