Html Css Color HEX #BC564D Sunset

📋 copy color: '#BC564D'

red 188 ◦ green 86 ◦ blue 77

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

Shades of Sunset #BC564D

Tints of Sunset #BC564D

RGB

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

 GREEN value IS 86 (33.98% from 255) = 24.5%

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

R = 53.56%
G = 24.5%
B = 21.94%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.59

 K value IS 0.26

RGB Variations

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

Color information

#BC564D (or 0xBC564D) is known color: Sunset. HEX triplet: BC, 56 and 4D. RGB value is (188,86,77). Sum of RGB (Red+Green+Blue) = 188+86+77=351 (46% of max value = 765). Red value is 188 (73.83% from 255 or 53.56% from 351); Green value is 86 (33.98% from 255 or 24.50% from 351); Blue value is 77 (30.47% from 255 or 21.94% from 351); Max value from RGB is 188 - color contains mainly: red. Hex color #BC564D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BC564D is #43A9B2. Grayscale: #737373. Windows color (decimal): -4434355 or 5068476. OLE color: 5068476.

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

Color convert

RGB 188 86 77 -
CMYK 0 0.54 0.59 0.26
HSL 4.86º 0.45% 0.52% -
HSV(B) 4.86º 0.59% 0.74% -
XYZ 25.41 17.88 9.13 -
YUV 115.47 106.29 179.73 -
System Red Green Blue C M Y K H S L
Decimal 188 86 77 0 0.54 0.59 0.26 4.86 0.45 0.52
Hex BC 56 4D 0 36 3B 1A 5 2D 34
Octal 274 126 115 0 66 73 32 5 55 64
Binary 10111100 1010110 1001101 0 110110 111011 11010 101 101101 110100

Color Harmonies of #BC564D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC564D

Black with #BC564D

Text Example


Text Example

White with #BC564D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC564D; }

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

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

background-color css

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

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

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

border-color css

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

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

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