Html Css Color HEX #BC534F Sunset

📋 copy color: '#BC534F'

red 188 ◦ green 83 ◦ blue 79

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

Shades of Sunset #BC534F

Tints of Sunset #BC534F

RGB

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

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

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

R = 53.71%
G = 23.71%
B = 22.57%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.58

 K value IS 0.26

RGB Variations

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

Color information

#BC534F (or 0xBC534F) is known color: Sunset. HEX triplet: BC, 53 and 4F. RGB value is (188,83,79). Sum of RGB (Red+Green+Blue) = 188+83+79=350 (46% of max value = 765). Red value is 188 (73.83% from 255 or 53.71% from 350); Green value is 83 (32.81% from 255 or 23.71% from 350); Blue value is 79 (31.25% from 255 or 22.57% from 350); Max value from RGB is 188 - color contains mainly: red. Hex color #BC534F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BC534F is #43ACB0. Grayscale: #727272. Windows color (decimal): -4435121 or 5198780. OLE color: 5198780.

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

Color convert

RGB 188 83 79 -
CMYK 0 0.56 0.58 0.26
HSL 2.2º 0.45% 0.52% -
HSV(B) 2.2º 0.58% 0.74% -
XYZ 25.24 17.44 9.43 -
YUV 113.94 108.29 180.83 -
System Red Green Blue C M Y K H S L
Decimal 188 83 79 0 0.56 0.58 0.26 2.2 0.45 0.52
Hex BC 53 4F 0 38 3A 1A 2 2D 34
Octal 274 123 117 0 70 72 32 2 55 64
Binary 10111100 1010011 1001111 0 111000 111010 11010 10 101101 110100

Color Harmonies of #BC534F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC534F

Black with #BC534F

Text Example


Text Example

White with #BC534F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC534F; }

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

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

background-color css

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

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

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

border-color css

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

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

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