Html Css Color HEX #BC5348 Sunset

📋 copy color: '#BC5348'

red 188 ◦ green 83 ◦ blue 72

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

Shades of Sunset #BC5348

Tints of Sunset #BC5348

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 20.99%

R = 54.81%
G = 24.2%
B = 20.99%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.62

 K value IS 0.26

RGB Variations

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

Color information

#BC5348 (or 0xBC5348) is known color: Sunset. HEX triplet: BC, 53 and 48. RGB value is (188,83,72). Sum of RGB (Red+Green+Blue) = 188+83+72=343 (45% of max value = 765). Red value is 188 (73.83% from 255 or 54.81% from 343); Green value is 83 (32.81% from 255 or 24.20% from 343); Blue value is 72 (28.52% from 255 or 20.99% from 343); Max value from RGB is 188 - color contains mainly: red. Hex color #BC5348 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BC5348 is #43ACB7. Grayscale: #717171. Windows color (decimal): -4435128 or 4740028. OLE color: 4740028.

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

Color convert

RGB 188 83 72 -
CMYK 0 0.56 0.62 0.26
HSL 5.69º 0.46% 0.51% -
HSV(B) 5.69º 0.62% 0.74% -
XYZ 25 17.35 8.16 -
YUV 113.14 104.79 181.39 -
System Red Green Blue C M Y K H S L
Decimal 188 83 72 0 0.56 0.62 0.26 5.69 0.46 0.51
Hex BC 53 48 0 38 3E 1A 6 2E 33
Octal 274 123 110 0 70 76 32 6 56 63
Binary 10111100 1010011 1001000 0 111000 111110 11010 110 101110 110011

Color Harmonies of #BC5348

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC5348

Black with #BC5348

Text Example


Text Example

White with #BC5348

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC5348; }

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

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

background-color css

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

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

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

border-color css

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

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

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