Html Css Color HEX #BC534E Sunset

📋 copy color: '#BC534E'

red 188 ◦ green 83 ◦ blue 78

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

Shades of Sunset #BC534E

Tints of Sunset #BC534E

RGB

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

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

 BLUE value IS 78 (30.86% from 255) = 22.35%

R = 53.87%
G = 23.78%
B = 22.35%

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

#BC534E (or 0xBC534E) is known color: Sunset. HEX triplet: BC, 53 and 4E. RGB value is (188,83,78). Sum of RGB (Red+Green+Blue) = 188+83+78=349 (46% of max value = 765). Red value is 188 (73.83% from 255 or 53.87% from 349); Green value is 83 (32.81% from 255 or 23.78% from 349); Blue value is 78 (30.86% from 255 or 22.35% from 349); Max value from RGB is 188 - color contains mainly: red. Hex color #BC534E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BC534E is #43ACB1. Grayscale: #717171. Windows color (decimal): -4435122 or 5133244. OLE color: 5133244.

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

Color convert

RGB 188 83 78 -
CMYK 0 0.56 0.59 0.26
HSL 2.73º 0.45% 0.52% -
HSV(B) 2.73º 0.59% 0.74% -
XYZ 25.21 17.43 9.24 -
YUV 113.83 107.79 180.91 -
System Red Green Blue C M Y K H S L
Decimal 188 83 78 0 0.56 0.59 0.26 2.73 0.45 0.52
Hex BC 53 4E 0 38 3B 1A 3 2D 34
Octal 274 123 116 0 70 73 32 3 55 64
Binary 10111100 1010011 1001110 0 111000 111011 11010 11 101101 110100

Color Harmonies of #BC534E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC534E

Black with #BC534E

Text Example


Text Example

White with #BC534E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC534E; }

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

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

background-color css

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

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

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

border-color css

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

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

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