Html Css Color HEX #BD7C4F Brandy Punch

📋 copy color: '#BD7C4F'

red 189 ◦ green 124 ◦ blue 79

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

Shades of Brandy Punch #BD7C4F

Tints of Brandy Punch #BD7C4F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 20.15%

R = 48.21%
G = 31.63%
B = 20.15%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.58

 K value IS 0.26

RGB Variations

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

Color information

#BD7C4F (or 0xBD7C4F) is known color: Brandy Punch. HEX triplet: BD, 7C and 4F. RGB value is (189,124,79). Sum of RGB (Red+Green+Blue) = 189+124+79=392 (51% of max value = 765). Red value is 189 (74.22% from 255 or 48.21% from 392); Green value is 124 (48.83% from 255 or 31.63% from 392); Blue value is 79 (31.25% from 255 or 20.15% from 392); Max value from RGB is 189 - color contains mainly: red. Hex color #BD7C4F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BD7C4F is #4283B0. Grayscale: #8A8A8A. Windows color (decimal): -4359089 or 5209277. OLE color: 5209277.

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

Color convert

RGB 189 124 79 -
CMYK 0 0.34 0.58 0.26
HSL 24.55º 0.45% 0.53% -
HSV(B) 24.55º 0.58% 0.74% -
XYZ 29.61 25.8 10.82 -
YUV 138.31 94.53 164.16 -
System Red Green Blue C M Y K H S L
Decimal 189 124 79 0 0.34 0.58 0.26 24.55 0.45 0.53
Hex BD 7C 4F 0 22 3A 1A 19 2D 35
Octal 275 174 117 0 42 72 32 31 55 65
Binary 10111101 1111100 1001111 0 100010 111010 11010 11001 101101 110101

Color Harmonies of #BD7C4F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD7C4F

Black with #BD7C4F

Text Example


Text Example

White with #BD7C4F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD7C4F; }

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

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

background-color css

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

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

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

border-color css

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

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

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