Html Css Color HEX #BD7E46 Brandy Punch

📋 copy color: '#BD7E46'

red 189 ◦ green 126 ◦ blue 70

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

Shades of Brandy Punch #BD7E46

Tints of Brandy Punch #BD7E46

RGB

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

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

 BLUE value IS 70 (27.73% from 255) = 18.18%

R = 49.09%
G = 32.73%
B = 18.18%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.63

 K value IS 0.26

RGB Variations

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

Color information

#BD7E46 (or 0xBD7E46) is known color: Brandy Punch. HEX triplet: BD, 7E and 46. RGB value is (189,126,70). Sum of RGB (Red+Green+Blue) = 189+126+70=385 (50% of max value = 765). Red value is 189 (74.22% from 255 or 49.09% from 385); Green value is 126 (49.61% from 255 or 32.73% from 385); Blue value is 70 (27.73% from 255 or 18.18% from 385); Max value from RGB is 189 - color contains mainly: red. Hex color #BD7E46 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BD7E46 is #4281B9. Grayscale: #8A8A8A. Windows color (decimal): -4358586 or 4619965. OLE color: 4619965.

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

Color convert

RGB 189 126 70 -
CMYK 0 0.33 0.63 0.26
HSL 28.24º 0.47% 0.51% -
HSV(B) 28.24º 0.63% 0.74% -
XYZ 29.55 26.18 9.29 -
YUV 138.45 89.37 164.05 -
System Red Green Blue C M Y K H S L
Decimal 189 126 70 0 0.33 0.63 0.26 28.24 0.47 0.51
Hex BD 7E 46 0 21 3F 1A 1C 2F 33
Octal 275 176 106 0 41 77 32 34 57 63
Binary 10111101 1111110 1000110 0 100001 111111 11010 11100 101111 110011

Color Harmonies of #BD7E46

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD7E46

Black with #BD7E46

Text Example


Text Example

White with #BD7E46

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD7E46; }

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

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

background-color css

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

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

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

border-color css

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

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

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