Html Css Color HEX #BC554A Sunset

📋 copy color: '#BC554A'

red 188 ◦ green 85 ◦ blue 74

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

Shades of Sunset #BC554A

Tints of Sunset #BC554A

RGB

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

 GREEN value IS 85 (33.59% from 255) = 24.5%

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

R = 54.18%
G = 24.5%
B = 21.33%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.61

 K value IS 0.26

RGB Variations

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

Color information

#BC554A (or 0xBC554A) is known color: Sunset. HEX triplet: BC, 55 and 4A. RGB value is (188,85,74). Sum of RGB (Red+Green+Blue) = 188+85+74=347 (45% of max value = 765). Red value is 188 (73.83% from 255 or 54.18% from 347); Green value is 85 (33.59% from 255 or 24.50% from 347); Blue value is 74 (29.30% from 255 or 21.33% from 347); Max value from RGB is 188 - color contains mainly: red. Hex color #BC554A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BC554A is #43AAB5. Grayscale: #727272. Windows color (decimal): -4434614 or 4871612. OLE color: 4871612.

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

Color convert

RGB 188 85 74 -
CMYK 0 0.55 0.61 0.26
HSL 5.79º 0.46% 0.51% -
HSV(B) 5.79º 0.61% 0.74% -
XYZ 25.22 17.68 8.56 -
YUV 114.54 105.12 180.39 -
System Red Green Blue C M Y K H S L
Decimal 188 85 74 0 0.55 0.61 0.26 5.79 0.46 0.51
Hex BC 55 4A 0 37 3D 1A 6 2E 33
Octal 274 125 112 0 67 75 32 6 56 63
Binary 10111100 1010101 1001010 0 110111 111101 11010 110 101110 110011

Color Harmonies of #BC554A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC554A

Black with #BC554A

Text Example


Text Example

White with #BC554A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC554A; }

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

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

background-color css

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

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

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

border-color css

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

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

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