Html Css Color HEX #BC385C Old Rose

📋 copy color: '#BC385C'

red 188 ◦ green 56 ◦ blue 92

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

Shades of Old Rose #BC385C

Tints of Old Rose #BC385C

RGB

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

 GREEN value IS 56 (22.27% from 255) = 16.67%

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

R = 55.95%
G = 16.67%
B = 27.38%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.51

 K value IS 0.26

RGB Variations

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

Color information

#BC385C (or 0xBC385C) is known color: Old Rose. HEX triplet: BC, 38 and 5C. RGB value is (188,56,92). Sum of RGB (Red+Green+Blue) = 188+56+92=336 (44% of max value = 765). Red value is 188 (73.83% from 255 or 55.95% from 336); Green value is 56 (22.27% from 255 or 16.67% from 336); Blue value is 92 (36.33% from 255 or 27.38% from 336); Max value from RGB is 188 - color contains mainly: red. Hex color #BC385C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BC385C is #43C7A3. Grayscale: #636363. Windows color (decimal): -4442020 or 6043836. OLE color: 6043836.

HSL color Cylindrical-coordinate representation of color #BC385C: hue angle of 343.64º degrees, saturation: 0.54, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #BC385C is Cyan = 0, Magento = 0.70, Yellow = 0.51 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 56 92 -
CMYK 0 0.70 0.51 0.26
HSL 343.64º 0.54% 0.48% -
HSV(B) 343.64º 0.7% 0.74% -
XYZ 24.08 14.29 11.61 -
YUV 99.57 123.73 191.07 -
System Red Green Blue C M Y K H S L
Decimal 188 56 92 0 0.70 0.51 0.26 343.64 0.54 0.48
Hex BC 38 5C 0 46 33 1A 158 36 30
Octal 274 70 134 0 106 63 32 530 66 60
Binary 10111100 111000 1011100 0 1000110 110011 11010 101011000 110110 110000

Color Harmonies of #BC385C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC385C

Black with #BC385C

Text Example


Text Example

White with #BC385C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC385C; }

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

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

background-color css

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

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

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

border-color css

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

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

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