Html Css Color HEX #BC534A Sunset

📋 copy color: '#BC534A'

red 188 ◦ green 83 ◦ blue 74

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

Shades of Sunset #BC534A

Tints of Sunset #BC534A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 21.45%

R = 54.49%
G = 24.06%
B = 21.45%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.61

 K value IS 0.26

RGB Variations

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

Color information

#BC534A (or 0xBC534A) is known color: Sunset. HEX triplet: BC, 53 and 4A. RGB value is (188,83,74). Sum of RGB (Red+Green+Blue) = 188+83+74=345 (45% of max value = 765). Red value is 188 (73.83% from 255 or 54.49% from 345); Green value is 83 (32.81% from 255 or 24.06% from 345); Blue value is 74 (29.30% from 255 or 21.45% from 345); Max value from RGB is 188 - color contains mainly: red. Hex color #BC534A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BC534A is #43ACB5. Grayscale: #717171. Windows color (decimal): -4435126 or 4871100. OLE color: 4871100.

HSL color Cylindrical-coordinate representation of color #BC534A: hue angle of 4.74º degrees, saturation: 0.46, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #BC534A is Cyan = 0, Magento = 0.56, Yellow = 0.61 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 83 74 -
CMYK 0 0.56 0.61 0.26
HSL 4.74º 0.46% 0.51% -
HSV(B) 4.74º 0.61% 0.74% -
XYZ 25.07 17.37 8.51 -
YUV 113.37 105.79 181.23 -
System Red Green Blue C M Y K H S L
Decimal 188 83 74 0 0.56 0.61 0.26 4.74 0.46 0.51
Hex BC 53 4A 0 38 3D 1A 5 2E 33
Octal 274 123 112 0 70 75 32 5 56 63
Binary 10111100 1010011 1001010 0 111000 111101 11010 101 101110 110011

Color Harmonies of #BC534A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC534A

Black with #BC534A

Text Example


Text Example

White with #BC534A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC534A; }

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

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

background-color css

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

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

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

border-color css

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

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

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