Html Css Color HEX #BD7C3F Brandy Punch

📋 copy color: '#BD7C3F'

red 189 ◦ green 124 ◦ blue 63

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

Shades of Brandy Punch #BD7C3F

Tints of Brandy Punch #BD7C3F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 16.76%

R = 50.27%
G = 32.98%
B = 16.76%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.67

 K value IS 0.26

RGB Variations

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

Color information

#BD7C3F (or 0xBD7C3F) is known color: Brandy Punch. HEX triplet: BD, 7C and 3F. RGB value is (189,124,63). Sum of RGB (Red+Green+Blue) = 189+124+63=376 (49% of max value = 765). Red value is 189 (74.22% from 255 or 50.27% from 376); Green value is 124 (48.83% from 255 or 32.98% from 376); Blue value is 63 (25% from 255 or 16.76% from 376); Max value from RGB is 189 - color contains mainly: red. Hex color #BD7C3F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BD7C3F is #4283C0. Grayscale: #888888. Windows color (decimal): -4359105 or 4160701. OLE color: 4160701.

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

Color convert

RGB 189 124 63 -
CMYK 0 0.34 0.67 0.26
HSL 29.05º 0.5% 0.49% -
HSV(B) 29.05º 0.67% 0.74% -
XYZ 29.09 25.59 8.11 -
YUV 136.48 86.53 165.46 -
System Red Green Blue C M Y K H S L
Decimal 189 124 63 0 0.34 0.67 0.26 29.05 0.5 0.49
Hex BD 7C 3F 0 22 43 1A 1D 32 31
Octal 275 174 77 0 42 103 32 35 62 61
Binary 10111101 1111100 111111 0 100010 1000011 11010 11101 110010 110001

Color Harmonies of #BD7C3F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD7C3F

Black with #BD7C3F

Text Example


Text Example

White with #BD7C3F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD7C3F; }

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

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

background-color css

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

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

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

border-color css

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

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

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