Html Css Color HEX #BC7D4F Brandy Punch

📋 copy color: '#BC7D4F'

red 188 ◦ green 125 ◦ blue 79

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

Shades of Brandy Punch #BC7D4F

Tints of Brandy Punch #BC7D4F

RGB

 RED value IS 188 (73.83% from 255) = 47.96%

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

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

R = 47.96%
G = 31.89%
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

#BC7D4F (or 0xBC7D4F) is known color: Brandy Punch. HEX triplet: BC, 7D and 4F. RGB value is (188,125,79). Sum of RGB (Red+Green+Blue) = 188+125+79=392 (51% of max value = 765). Red value is 188 (73.83% from 255 or 47.96% from 392); Green value is 125 (49.22% from 255 or 31.89% from 392); Blue value is 79 (31.25% from 255 or 20.15% from 392); Max value from RGB is 188 - color contains mainly: red. Hex color #BC7D4F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BC7D4F is #4382B0. Grayscale: #8A8A8A. Windows color (decimal): -4424369 or 5209532. OLE color: 5209532.

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

Color convert

RGB 188 125 79 -
CMYK 0 0.34 0.58 0.26
HSL 25.32º 0.45% 0.52% -
HSV(B) 25.32º 0.58% 0.74% -
XYZ 29.48 25.92 10.85 -
YUV 138.59 94.37 163.24 -
System Red Green Blue C M Y K H S L
Decimal 188 125 79 0 0.34 0.58 0.26 25.32 0.45 0.52
Hex BC 7D 4F 0 22 3A 1A 19 2D 34
Octal 274 175 117 0 42 72 32 31 55 64
Binary 10111100 1111101 1001111 0 100010 111010 11010 11001 101101 110100

Color Harmonies of #BC7D4F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC7D4F

Black with #BC7D4F

Text Example


Text Example

White with #BC7D4F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC7D4F; }

 p { color: rgb(188,125,79); }

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

background-color css

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

 a { background-color: rgb(188,125,79); }

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

border-color css

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

 span { border-color: rgb(188,125,79); }

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