Html Css Color HEX #BF1753 Old Rose

📋 copy color: '#BF1753'

red 191 ◦ green 23 ◦ blue 83

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

Shades of Old Rose #BF1753

Tints of Old Rose #BF1753

RGB

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

 GREEN value IS 23 (9.38% from 255) = 7.74%

 BLUE value IS 83 (32.81% from 255) = 27.95%

R = 64.31%
G = 7.74%
B = 27.95%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.57

 K value IS 0.25

RGB Variations

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

Color information

#BF1753 (or 0xBF1753) is known color: Old Rose. HEX triplet: BF, 17 and 53. RGB value is (191,23,83). Sum of RGB (Red+Green+Blue) = 191+23+83=297 (39% of max value = 765). Red value is 191 (75% from 255 or 64.31% from 297); Green value is 23 (9.38% from 255 or 7.74% from 297); Blue value is 83 (32.81% from 255 or 27.95% from 297); Max value from RGB is 191 - color contains mainly: red. Hex color #BF1753 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BF1753 is #40E8AC. Grayscale: #4F4F4F. Windows color (decimal): -4253869 or 5445567. OLE color: 5445567.

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

Color convert

RGB 191 23 83 -
CMYK 0 0.88 0.57 0.25
HSL 338.57º 0.79% 0.42% -
HSV(B) 338.57º 0.88% 0.75% -
XYZ 23.35 12.31 9.33 -
YUV 80.07 129.66 207.12 -
System Red Green Blue C M Y K H S L
Decimal 191 23 83 0 0.88 0.57 0.25 338.57 0.79 0.42
Hex BF 17 53 0 58 39 19 153 4F 2A
Octal 277 27 123 0 130 71 31 523 117 52
Binary 10111111 10111 1010011 0 1011000 111001 11001 101010011 1001111 101010

Color Harmonies of #BF1753

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF1753

Black with #BF1753

Text Example


Text Example

White with #BF1753

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF1753; }

 p { color: rgb(191,23,83); }

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

background-color css

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

 a { background-color: rgb(191,23,83); }

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

border-color css

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

 span { border-color: rgb(191,23,83); }

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