Html Css Color HEX #BF185A Old Rose

📋 copy color: '#BF185A'

red 191 ◦ green 24 ◦ blue 90

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

Shades of Old Rose #BF185A

Tints of Old Rose #BF185A

RGB

 RED value IS 191 (75% from 255) = 62.62%

 GREEN value IS 24 (9.77% from 255) = 7.87%

 BLUE value IS 90 (35.55% from 255) = 29.51%

R = 62.62%
G = 7.87%
B = 29.51%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.53

 K value IS 0.25

RGB Variations

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

Color information

#BF185A (or 0xBF185A) is known color: Old Rose. HEX triplet: BF, 18 and 5A. RGB value is (191,24,90). Sum of RGB (Red+Green+Blue) = 191+24+90=305 (40% of max value = 765). Red value is 191 (75% from 255 or 62.62% from 305); Green value is 24 (9.77% from 255 or 7.87% from 305); Blue value is 90 (35.55% from 255 or 29.51% from 305); Max value from RGB is 191 - color contains mainly: red. Hex color #BF185A is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BF185A is #40E7A5. Grayscale: #515151. Windows color (decimal): -4253606 or 5904575. OLE color: 5904575.

HSL color Cylindrical-coordinate representation of color #BF185A: hue angle of 336.29º degrees, saturation: 0.78, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #BF185A is Cyan = 0, Magento = 0.87, Yellow = 0.53 and Black (K on CMYK) = 0.25.

Color convert

RGB 191 24 90 -
CMYK 0 0.87 0.53 0.25
HSL 336.29º 0.78% 0.42% -
HSV(B) 336.29º 0.87% 0.75% -
XYZ 23.66 12.47 10.83 -
YUV 81.46 132.83 206.13 -
System Red Green Blue C M Y K H S L
Decimal 191 24 90 0 0.87 0.53 0.25 336.29 0.78 0.42
Hex BF 18 5A 0 57 35 19 150 4E 2A
Octal 277 30 132 0 127 65 31 520 116 52
Binary 10111111 11000 1011010 0 1010111 110101 11001 101010000 1001110 101010

Color Harmonies of #BF185A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF185A

Black with #BF185A

Text Example


Text Example

White with #BF185A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF185A; }

 p { color: rgb(191,24,90); }

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

background-color css

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

 a { background-color: rgb(191,24,90); }

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

border-color css

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

 span { border-color: rgb(191,24,90); }

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