Html Css Color HEX #BC4F4D Sunset

📋 copy color: '#BC4F4D'

red 188 ◦ green 79 ◦ blue 77

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

Shades of Sunset #BC4F4D

Tints of Sunset #BC4F4D

RGB

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

 GREEN value IS 79 (31.25% from 255) = 22.97%

 BLUE value IS 77 (30.47% from 255) = 22.38%

R = 54.65%
G = 22.97%
B = 22.38%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.59

 K value IS 0.26

RGB Variations

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

Color information

#BC4F4D (or 0xBC4F4D) is known color: Sunset. HEX triplet: BC, 4F and 4D. RGB value is (188,79,77). Sum of RGB (Red+Green+Blue) = 188+79+77=344 (45% of max value = 765). Red value is 188 (73.83% from 255 or 54.65% from 344); Green value is 79 (31.25% from 255 or 22.97% from 344); Blue value is 77 (30.47% from 255 or 22.38% from 344); Max value from RGB is 188 - color contains mainly: red. Hex color #BC4F4D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BC4F4D is #43B0B2. Grayscale: #6F6F6F. Windows color (decimal): -4436147 or 5066684. OLE color: 5066684.

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

Color convert

RGB 188 79 77 -
CMYK 0 0.58 0.59 0.26
HSL 1.08º 0.45% 0.52% -
HSV(B) 1.08º 0.59% 0.74% -
XYZ 24.87 16.82 8.96 -
YUV 111.36 108.61 182.66 -
System Red Green Blue C M Y K H S L
Decimal 188 79 77 0 0.58 0.59 0.26 1.08 0.45 0.52
Hex BC 4F 4D 0 3A 3B 1A 1 2D 34
Octal 274 117 115 0 72 73 32 1 55 64
Binary 10111100 1001111 1001101 0 111010 111011 11010 1 101101 110100

Color Harmonies of #BC4F4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC4F4D

Black with #BC4F4D

Text Example


Text Example

White with #BC4F4D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC4F4D; }

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

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

background-color css

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

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

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

border-color css

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

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

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