Html Css Color HEX #BF224B Old Rose

📋 copy color: '#BF224B'

red 191 ◦ green 34 ◦ blue 75

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

Shades of Old Rose #BF224B

Tints of Old Rose #BF224B

RGB

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

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

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

R = 63.67%
G = 11.33%
B = 25%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.61

 K value IS 0.25

RGB Variations

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

Color information

#BF224B (or 0xBF224B) is known color: Old Rose. HEX triplet: BF, 22 and 4B. RGB value is (191,34,75). Sum of RGB (Red+Green+Blue) = 191+34+75=300 (39% of max value = 765). Red value is 191 (75% from 255 or 63.67% from 300); Green value is 34 (13.67% from 255 or 11.33% from 300); Blue value is 75 (29.69% from 255 or 25% from 300); Max value from RGB is 191 - color contains mainly: red. Hex color #BF224B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BF224B is #40DDB4. Grayscale: #555555. Windows color (decimal): -4251061 or 4924095. OLE color: 4924095.

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

Color convert

RGB 191 34 75 -
CMYK 0 0.82 0.61 0.25
HSL 344.33º 0.7% 0.44% -
HSV(B) 344.33º 0.82% 0.75% -
XYZ 23.33 12.73 7.88 -
YUV 85.62 122.01 203.17 -
System Red Green Blue C M Y K H S L
Decimal 191 34 75 0 0.82 0.61 0.25 344.33 0.7 0.44
Hex BF 22 4B 0 52 3D 19 158 46 2C
Octal 277 42 113 0 122 75 31 530 106 54
Binary 10111111 100010 1001011 0 1010010 111101 11001 101011000 1000110 101100

Color Harmonies of #BF224B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF224B

Black with #BF224B

Text Example


Text Example

White with #BF224B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF224B; }

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

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

background-color css

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

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

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

border-color css

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

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

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