Html Css Color HEX #BD7C48 Brandy Punch

📋 copy color: '#BD7C48'

red 189 ◦ green 124 ◦ blue 72

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

Shades of Brandy Punch #BD7C48

Tints of Brandy Punch #BD7C48

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 18.7%

R = 49.09%
G = 32.21%
B = 18.7%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.62

 K value IS 0.26

RGB Variations

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

Color information

#BD7C48 (or 0xBD7C48) is known color: Brandy Punch. HEX triplet: BD, 7C and 48. RGB value is (189,124,72). Sum of RGB (Red+Green+Blue) = 189+124+72=385 (50% of max value = 765). Red value is 189 (74.22% from 255 or 49.09% from 385); Green value is 124 (48.83% from 255 or 32.21% from 385); Blue value is 72 (28.52% from 255 or 18.70% from 385); Max value from RGB is 189 - color contains mainly: red. Hex color #BD7C48 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BD7C48 is #4283B7. Grayscale: #898989. Windows color (decimal): -4359096 or 4750525. OLE color: 4750525.

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

Color convert

RGB 189 124 72 -
CMYK 0 0.34 0.62 0.26
HSL 26.67º 0.47% 0.51% -
HSV(B) 26.67º 0.62% 0.74% -
XYZ 29.36 25.7 9.54 -
YUV 137.51 91.03 164.73 -
System Red Green Blue C M Y K H S L
Decimal 189 124 72 0 0.34 0.62 0.26 26.67 0.47 0.51
Hex BD 7C 48 0 22 3E 1A 1B 2F 33
Octal 275 174 110 0 42 76 32 33 57 63
Binary 10111101 1111100 1001000 0 100010 111110 11010 11011 101111 110011

Color Harmonies of #BD7C48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD7C48

Black with #BD7C48

Text Example


Text Example

White with #BD7C48

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD7C48; }

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

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

background-color css

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

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

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

border-color css

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

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

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