Html Css Color HEX #BD7C39 Brandy Punch

📋 copy color: '#BD7C39'

red 189 ◦ green 124 ◦ blue 57

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

Shades of Brandy Punch #BD7C39

Tints of Brandy Punch #BD7C39

RGB

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

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

 BLUE value IS 57 (22.66% from 255) = 15.41%

R = 51.08%
G = 33.51%
B = 15.41%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.70

 K value IS 0.26

RGB Variations

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

Color information

#BD7C39 (or 0xBD7C39) is known color: Brandy Punch. HEX triplet: BD, 7C and 39. RGB value is (189,124,57). Sum of RGB (Red+Green+Blue) = 189+124+57=370 (49% of max value = 765). Red value is 189 (74.22% from 255 or 51.08% from 370); Green value is 124 (48.83% from 255 or 33.51% from 370); Blue value is 57 (22.66% from 255 or 15.41% from 370); Max value from RGB is 189 - color contains mainly: red. Hex color #BD7C39 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BD7C39 is #4283C6. Grayscale: #888888. Windows color (decimal): -4359111 or 3767485. OLE color: 3767485.

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

Color convert

RGB 189 124 57 -
CMYK 0 0.34 0.70 0.26
HSL 30.45º 0.54% 0.48% -
HSV(B) 30.45º 0.7% 0.74% -
XYZ 28.93 25.53 7.27 -
YUV 135.8 83.53 165.95 -
System Red Green Blue C M Y K H S L
Decimal 189 124 57 0 0.34 0.70 0.26 30.45 0.54 0.48
Hex BD 7C 39 0 22 46 1A 1E 36 30
Octal 275 174 71 0 42 106 32 36 66 60
Binary 10111101 1111100 111001 0 100010 1000110 11010 11110 110110 110000

Color Harmonies of #BD7C39

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD7C39

Black with #BD7C39

Text Example


Text Example

White with #BD7C39

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD7C39; }

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

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

background-color css

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

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

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

border-color css

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

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

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