Html Css Color HEX #BC554B Sunset

📋 copy color: '#BC554B'

red 188 ◦ green 85 ◦ blue 75

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

Shades of Sunset #BC554B

Tints of Sunset #BC554B

RGB

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

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

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

R = 54.02%
G = 24.43%
B = 21.55%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.60

 K value IS 0.26

RGB Variations

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

Color information

#BC554B (or 0xBC554B) is known color: Sunset. HEX triplet: BC, 55 and 4B. RGB value is (188,85,75). Sum of RGB (Red+Green+Blue) = 188+85+75=348 (46% of max value = 765). Red value is 188 (73.83% from 255 or 54.02% from 348); Green value is 85 (33.59% from 255 or 24.43% from 348); Blue value is 75 (29.69% from 255 or 21.55% from 348); Max value from RGB is 188 - color contains mainly: red. Hex color #BC554B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BC554B is #43AAB4. Grayscale: #727272. Windows color (decimal): -4434613 or 4937148. OLE color: 4937148.

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

Color convert

RGB 188 85 75 -
CMYK 0 0.55 0.60 0.26
HSL 5.31º 0.46% 0.52% -
HSV(B) 5.31º 0.6% 0.74% -
XYZ 25.26 17.7 8.74 -
YUV 114.66 105.62 180.31 -
System Red Green Blue C M Y K H S L
Decimal 188 85 75 0 0.55 0.60 0.26 5.31 0.46 0.52
Hex BC 55 4B 0 37 3C 1A 5 2E 34
Octal 274 125 113 0 67 74 32 5 56 64
Binary 10111100 1010101 1001011 0 110111 111100 11010 101 101110 110100

Color Harmonies of #BC554B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC554B

Black with #BC554B

Text Example


Text Example

White with #BC554B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC554B; }

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

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

background-color css

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

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

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

border-color css

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

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

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