Html Css Color HEX #BF255B Old Rose

📋 copy color: '#BF255B'

red 191 ◦ green 37 ◦ blue 91

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

Shades of Old Rose #BF255B

Tints of Old Rose #BF255B

RGB

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

 GREEN value IS 37 (14.84% from 255) = 11.6%

 BLUE value IS 91 (35.94% from 255) = 28.53%

R = 59.87%
G = 11.6%
B = 28.53%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.52

 K value IS 0.25

RGB Variations

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

Color information

#BF255B (or 0xBF255B) is known color: Old Rose. HEX triplet: BF, 25 and 5B. RGB value is (191,37,91). Sum of RGB (Red+Green+Blue) = 191+37+91=319 (42% of max value = 765). Red value is 191 (75% from 255 or 59.87% from 319); Green value is 37 (14.84% from 255 or 11.60% from 319); Blue value is 91 (35.94% from 255 or 28.53% from 319); Max value from RGB is 191 - color contains mainly: red. Hex color #BF255B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BF255B is #40DAA4. Grayscale: #595959. Windows color (decimal): -4250277 or 5973439. OLE color: 5973439.

HSL color Cylindrical-coordinate representation of color #BF255B: hue angle of 338.96º degrees, saturation: 0.68, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #BF255B is Cyan = 0, Magento = 0.81, Yellow = 0.52 and Black (K on CMYK) = 0.25.

Color convert

RGB 191 37 91 -
CMYK 0 0.81 0.52 0.25
HSL 338.96º 0.68% 0.45% -
HSV(B) 338.96º 0.81% 0.75% -
XYZ 24.04 13.15 11.17 -
YUV 89.2 129.02 200.61 -
System Red Green Blue C M Y K H S L
Decimal 191 37 91 0 0.81 0.52 0.25 338.96 0.68 0.45
Hex BF 25 5B 0 51 34 19 153 44 2D
Octal 277 45 133 0 121 64 31 523 104 55
Binary 10111111 100101 1011011 0 1010001 110100 11001 101010011 1000100 101101

Color Harmonies of #BF255B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF255B

Black with #BF255B

Text Example


Text Example

White with #BF255B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF255B; }

 p { color: rgb(191,37,91); }

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

background-color css

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

 a { background-color: rgb(191,37,91); }

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

border-color css

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

 span { border-color: rgb(191,37,91); }

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