Html Css Color HEX #BC534D Sunset

📋 copy color: '#BC534D'

red 188 ◦ green 83 ◦ blue 77

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

Shades of Sunset #BC534D

Tints of Sunset #BC534D

RGB

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

 GREEN value IS 83 (32.81% from 255) = 23.85%

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

R = 54.02%
G = 23.85%
B = 22.13%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.59

 K value IS 0.26

RGB Variations

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

Color information

#BC534D (or 0xBC534D) is known color: Sunset. HEX triplet: BC, 53 and 4D. RGB value is (188,83,77). Sum of RGB (Red+Green+Blue) = 188+83+77=348 (46% of max value = 765). Red value is 188 (73.83% from 255 or 54.02% from 348); Green value is 83 (32.81% from 255 or 23.85% from 348); Blue value is 77 (30.47% from 255 or 22.13% from 348); Max value from RGB is 188 - color contains mainly: red. Hex color #BC534D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BC534D is #43ACB2. Grayscale: #717171. Windows color (decimal): -4435123 or 5067708. OLE color: 5067708.

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

Color convert

RGB 188 83 77 -
CMYK 0 0.56 0.59 0.26
HSL 3.24º 0.45% 0.52% -
HSV(B) 3.24º 0.59% 0.74% -
XYZ 25.17 17.41 9.06 -
YUV 113.71 107.29 180.99 -
System Red Green Blue C M Y K H S L
Decimal 188 83 77 0 0.56 0.59 0.26 3.24 0.45 0.52
Hex BC 53 4D 0 38 3B 1A 3 2D 34
Octal 274 123 115 0 70 73 32 3 55 64
Binary 10111100 1010011 1001101 0 111000 111011 11010 11 101101 110100

Color Harmonies of #BC534D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC534D

Black with #BC534D

Text Example


Text Example

White with #BC534D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC534D; }

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

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

background-color css

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

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

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

border-color css

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

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

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