Html Css Color HEX #BF225C Old Rose

📋 copy color: '#BF225C'

red 191 ◦ green 34 ◦ blue 92

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

Shades of Old Rose #BF225C

Tints of Old Rose #BF225C

RGB

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

 GREEN value IS 34 (13.67% from 255) = 10.73%

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

R = 60.25%
G = 10.73%
B = 29.02%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.52

 K value IS 0.25

RGB Variations

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

Color information

#BF225C (or 0xBF225C) is known color: Old Rose. HEX triplet: BF, 22 and 5C. RGB value is (191,34,92). Sum of RGB (Red+Green+Blue) = 191+34+92=317 (41% of max value = 765). Red value is 191 (75% from 255 or 60.25% from 317); Green value is 34 (13.67% from 255 or 10.73% from 317); Blue value is 92 (36.33% from 255 or 29.02% from 317); Max value from RGB is 191 - color contains mainly: red. Hex color #BF225C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BF225C is #40DDA3. Grayscale: #575757. Windows color (decimal): -4251044 or 6038207. OLE color: 6038207.

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

Color convert

RGB 191 34 92 -
CMYK 0 0.82 0.52 0.25
HSL 337.83º 0.7% 0.44% -
HSV(B) 337.83º 0.82% 0.75% -
XYZ 23.99 12.99 11.37 -
YUV 87.56 130.51 201.78 -
System Red Green Blue C M Y K H S L
Decimal 191 34 92 0 0.82 0.52 0.25 337.83 0.7 0.44
Hex BF 22 5C 0 52 34 19 152 46 2C
Octal 277 42 134 0 122 64 31 522 106 54
Binary 10111111 100010 1011100 0 1010010 110100 11001 101010010 1000110 101100

Color Harmonies of #BF225C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF225C

Black with #BF225C

Text Example


Text Example

White with #BF225C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF225C; }

 p { color: rgb(191,34,92); }

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

background-color css

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

 a { background-color: rgb(191,34,92); }

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

border-color css

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

 span { border-color: rgb(191,34,92); }

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