Html Css Color HEX #BD7D49 Brandy Punch

📋 copy color: '#BD7D49'

red 189 ◦ green 125 ◦ blue 73

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

Shades of Brandy Punch #BD7D49

Tints of Brandy Punch #BD7D49

RGB

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

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

 BLUE value IS 73 (28.91% from 255) = 18.86%

R = 48.84%
G = 32.3%
B = 18.86%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.61

 K value IS 0.26

RGB Variations

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

Color information

#BD7D49 (or 0xBD7D49) is known color: Brandy Punch. HEX triplet: BD, 7D and 49. RGB value is (189,125,73). Sum of RGB (Red+Green+Blue) = 189+125+73=387 (51% of max value = 765). Red value is 189 (74.22% from 255 or 48.84% from 387); Green value is 125 (49.22% from 255 or 32.30% from 387); Blue value is 73 (28.91% from 255 or 18.86% from 387); Max value from RGB is 189 - color contains mainly: red. Hex color #BD7D49 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BD7D49 is #4282B6. Grayscale: #8A8A8A. Windows color (decimal): -4358839 or 4816317. OLE color: 4816317.

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

Color convert

RGB 189 125 73 -
CMYK 0 0.34 0.61 0.26
HSL 26.9º 0.47% 0.51% -
HSV(B) 26.9º 0.61% 0.74% -
XYZ 29.52 25.97 9.76 -
YUV 138.21 91.2 164.23 -
System Red Green Blue C M Y K H S L
Decimal 189 125 73 0 0.34 0.61 0.26 26.9 0.47 0.51
Hex BD 7D 49 0 22 3D 1A 1B 2F 33
Octal 275 175 111 0 42 75 32 33 57 63
Binary 10111101 1111101 1001001 0 100010 111101 11010 11011 101111 110011

Color Harmonies of #BD7D49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD7D49

Black with #BD7D49

Text Example


Text Example

White with #BD7D49

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD7D49; }

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

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

background-color css

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

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

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

border-color css

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

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

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