Html Css Color HEX #BD7D3F Brandy Punch

📋 copy color: '#BD7D3F'

red 189 ◦ green 125 ◦ blue 63

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

Shades of Brandy Punch #BD7D3F

Tints of Brandy Punch #BD7D3F

RGB

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

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

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

R = 50.13%
G = 33.16%
B = 16.71%

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

#BD7D3F (or 0xBD7D3F) is known color: Brandy Punch. HEX triplet: BD, 7D and 3F. RGB value is (189,125,63). Sum of RGB (Red+Green+Blue) = 189+125+63=377 (49% of max value = 765). Red value is 189 (74.22% from 255 or 50.13% from 377); Green value is 125 (49.22% from 255 or 33.16% from 377); Blue value is 63 (25% from 255 or 16.71% from 377); Max value from RGB is 189 - color contains mainly: red. Hex color #BD7D3F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BD7D3F is #4282C0. Grayscale: #898989. Windows color (decimal): -4358849 or 4160957. OLE color: 4160957.

HSL color Cylindrical-coordinate representation of color #BD7D3F: hue angle of 29.52º 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 #BD7D3F is Cyan = 0, Magento = 0.34, Yellow = 0.67 and Black (K on CMYK) = 0.26.

Color convert

RGB 189 125 63 -
CMYK 0 0.34 0.67 0.26
HSL 29.52º 0.5% 0.49% -
HSV(B) 29.52º 0.67% 0.74% -
XYZ 29.22 25.84 8.15 -
YUV 137.07 86.2 165.04 -
System Red Green Blue C M Y K H S L
Decimal 189 125 63 0 0.34 0.67 0.26 29.52 0.5 0.49
Hex BD 7D 3F 0 22 43 1A 1E 32 31
Octal 275 175 77 0 42 103 32 36 62 61
Binary 10111101 1111101 111111 0 100010 1000011 11010 11110 110010 110001

Color Harmonies of #BD7D3F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD7D3F

Black with #BD7D3F

Text Example


Text Example

White with #BD7D3F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD7D3F; }

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

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

background-color css

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

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

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

border-color css

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

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

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