Html Css Color HEX #BF254B Old Rose

📋 copy color: '#BF254B'

red 191 ◦ green 37 ◦ blue 75

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

Shades of Old Rose #BF254B

Tints of Old Rose #BF254B

RGB

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

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

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

R = 63.04%
G = 12.21%
B = 24.75%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.61

 K value IS 0.25

RGB Variations

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

Color information

#BF254B (or 0xBF254B) is known color: Old Rose. HEX triplet: BF, 25 and 4B. RGB value is (191,37,75). Sum of RGB (Red+Green+Blue) = 191+37+75=303 (40% of max value = 765). Red value is 191 (75% from 255 or 63.04% from 303); Green value is 37 (14.84% from 255 or 12.21% from 303); Blue value is 75 (29.69% from 255 or 24.75% from 303); Max value from RGB is 191 - color contains mainly: red. Hex color #BF254B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BF254B is #40DAB4. Grayscale: #575757. Windows color (decimal): -4250293 or 4924863. OLE color: 4924863.

HSL color Cylindrical-coordinate representation of color #BF254B: hue angle of 345.19º 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 #BF254B is Cyan = 0, Magento = 0.81, Yellow = 0.61 and Black (K on CMYK) = 0.25.

Color convert

RGB 191 37 75 -
CMYK 0 0.81 0.61 0.25
HSL 345.19º 0.68% 0.45% -
HSV(B) 345.19º 0.81% 0.75% -
XYZ 23.42 12.91 7.91 -
YUV 87.38 121.02 201.91 -
System Red Green Blue C M Y K H S L
Decimal 191 37 75 0 0.81 0.61 0.25 345.19 0.68 0.45
Hex BF 25 4B 0 51 3D 19 159 44 2D
Octal 277 45 113 0 121 75 31 531 104 55
Binary 10111111 100101 1001011 0 1010001 111101 11001 101011001 1000100 101101

Color Harmonies of #BF254B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF254B

Black with #BF254B

Text Example


Text Example

White with #BF254B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF254B; }

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

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

background-color css

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

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

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

border-color css

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

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

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