Html Css Color HEX #BD7D3C Brandy Punch

📋 copy color: '#BD7D3C'

red 189 ◦ green 125 ◦ blue 60

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

Shades of Brandy Punch #BD7D3C

Tints of Brandy Punch #BD7D3C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 16.04%

R = 50.53%
G = 33.42%
B = 16.04%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.68

 K value IS 0.26

RGB Variations

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

Color information

#BD7D3C (or 0xBD7D3C) is known color: Brandy Punch. HEX triplet: BD, 7D and 3C. RGB value is (189,125,60). Sum of RGB (Red+Green+Blue) = 189+125+60=374 (49% of max value = 765). Red value is 189 (74.22% from 255 or 50.53% from 374); Green value is 125 (49.22% from 255 or 33.42% from 374); Blue value is 60 (23.83% from 255 or 16.04% from 374); Max value from RGB is 189 - color contains mainly: red. Hex color #BD7D3C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BD7D3C is #4282C3. Grayscale: #898989. Windows color (decimal): -4358852 or 3964349. OLE color: 3964349.

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

Color convert

RGB 189 125 60 -
CMYK 0 0.34 0.68 0.26
HSL 30.23º 0.52% 0.49% -
HSV(B) 30.23º 0.68% 0.74% -
XYZ 29.14 25.81 7.72 -
YUV 136.73 84.7 165.29 -
System Red Green Blue C M Y K H S L
Decimal 189 125 60 0 0.34 0.68 0.26 30.23 0.52 0.49
Hex BD 7D 3C 0 22 44 1A 1E 34 31
Octal 275 175 74 0 42 104 32 36 64 61
Binary 10111101 1111101 111100 0 100010 1000100 11010 11110 110100 110001

Color Harmonies of #BD7D3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD7D3C

Black with #BD7D3C

Text Example


Text Example

White with #BD7D3C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD7D3C; }

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

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

background-color css

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

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

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

border-color css

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

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

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