Html Css Color HEX #BC275C Old Rose

📋 copy color: '#BC275C'

red 188 ◦ green 39 ◦ blue 92

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

Shades of Old Rose #BC275C

Tints of Old Rose #BC275C

RGB

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

 GREEN value IS 39 (15.63% from 255) = 12.23%

 BLUE value IS 92 (36.33% from 255) = 28.84%

R = 58.93%
G = 12.23%
B = 28.84%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.51

 K value IS 0.26

RGB Variations

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

Color information

#BC275C (or 0xBC275C) is known color: Old Rose. HEX triplet: BC, 27 and 5C. RGB value is (188,39,92). Sum of RGB (Red+Green+Blue) = 188+39+92=319 (42% of max value = 765). Red value is 188 (73.83% from 255 or 58.93% from 319); Green value is 39 (15.62% from 255 or 12.23% from 319); Blue value is 92 (36.33% from 255 or 28.84% from 319); Max value from RGB is 188 - color contains mainly: red. Hex color #BC275C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BC275C is #43D8A3. Grayscale: #595959. Windows color (decimal): -4446372 or 6039484. OLE color: 6039484.

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

Color convert

RGB 188 39 92 -
CMYK 0 0.79 0.51 0.26
HSL 338.66º 0.66% 0.45% -
HSV(B) 338.66º 0.79% 0.74% -
XYZ 23.4 12.92 11.38 -
YUV 89.59 129.36 198.19 -
System Red Green Blue C M Y K H S L
Decimal 188 39 92 0 0.79 0.51 0.26 338.66 0.66 0.45
Hex BC 27 5C 0 4F 33 1A 153 42 2D
Octal 274 47 134 0 117 63 32 523 102 55
Binary 10111100 100111 1011100 0 1001111 110011 11010 101010011 1000010 101101

Color Harmonies of #BC275C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC275C

Black with #BC275C

Text Example


Text Example

White with #BC275C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC275C; }

 p { color: rgb(188,39,92); }

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

background-color css

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

 a { background-color: rgb(188,39,92); }

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

border-color css

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

 span { border-color: rgb(188,39,92); }

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