Html Css Color HEX #BC524B Sunset

📋 copy color: '#BC524B'

red 188 ◦ green 82 ◦ blue 75

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

Shades of Sunset #BC524B

Tints of Sunset #BC524B

RGB

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

 GREEN value IS 82 (32.42% from 255) = 23.77%

 BLUE value IS 75 (29.69% from 255) = 21.74%

R = 54.49%
G = 23.77%
B = 21.74%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.60

 K value IS 0.26

RGB Variations

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

Color information

#BC524B (or 0xBC524B) is known color: Sunset. HEX triplet: BC, 52 and 4B. RGB value is (188,82,75). Sum of RGB (Red+Green+Blue) = 188+82+75=345 (45% of max value = 765). Red value is 188 (73.83% from 255 or 54.49% from 345); Green value is 82 (32.42% from 255 or 23.77% from 345); Blue value is 75 (29.69% from 255 or 21.74% from 345); Max value from RGB is 188 - color contains mainly: red. Hex color #BC524B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BC524B is #43ADB4. Grayscale: #717171. Windows color (decimal): -4435381 or 4936380. OLE color: 4936380.

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

Color convert

RGB 188 82 75 -
CMYK 0 0.56 0.60 0.26
HSL 3.72º 0.46% 0.52% -
HSV(B) 3.72º 0.6% 0.74% -
XYZ 25.03 17.23 8.66 -
YUV 112.9 106.62 181.57 -
System Red Green Blue C M Y K H S L
Decimal 188 82 75 0 0.56 0.60 0.26 3.72 0.46 0.52
Hex BC 52 4B 0 38 3C 1A 4 2E 34
Octal 274 122 113 0 70 74 32 4 56 64
Binary 10111100 1010010 1001011 0 111000 111100 11010 100 101110 110100

Color Harmonies of #BC524B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC524B

Black with #BC524B

Text Example


Text Example

White with #BC524B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC524B; }

 p { color: rgb(188,82,75); }

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

background-color css

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

 a { background-color: rgb(188,82,75); }

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

border-color css

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

 span { border-color: rgb(188,82,75); }

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