Html Css Color HEX #BF3453 Old Rose

📋 copy color: '#BF3453'

red 191 ◦ green 52 ◦ blue 83

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

Shades of Old Rose #BF3453

Tints of Old Rose #BF3453

RGB

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

 GREEN value IS 52 (20.7% from 255) = 15.95%

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

R = 58.59%
G = 15.95%
B = 25.46%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.57

 K value IS 0.25

RGB Variations

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

Color information

#BF3453 (or 0xBF3453) is known color: Old Rose. HEX triplet: BF, 34 and 53. RGB value is (191,52,83). Sum of RGB (Red+Green+Blue) = 191+52+83=326 (43% of max value = 765). Red value is 191 (75% from 255 or 58.59% from 326); Green value is 52 (20.70% from 255 or 15.95% from 326); Blue value is 83 (32.81% from 255 or 25.46% from 326); Max value from RGB is 191 - color contains mainly: red. Hex color #BF3453 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BF3453 is #40CBAC. Grayscale: #616161. Windows color (decimal): -4246445 or 5452991. OLE color: 5452991.

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

Color convert

RGB 191 52 83 -
CMYK 0 0.73 0.57 0.25
HSL 346.62º 0.57% 0.48% -
HSV(B) 346.62º 0.73% 0.75% -
XYZ 24.28 14.16 9.64 -
YUV 97.1 120.05 194.98 -
System Red Green Blue C M Y K H S L
Decimal 191 52 83 0 0.73 0.57 0.25 346.62 0.57 0.48
Hex BF 34 53 0 49 39 19 15B 39 30
Octal 277 64 123 0 111 71 31 533 71 60
Binary 10111111 110100 1010011 0 1001001 111001 11001 101011011 111001 110000

Color Harmonies of #BF3453

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF3453

Black with #BF3453

Text Example


Text Example

White with #BF3453

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF3453; }

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

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

background-color css

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

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

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

border-color css

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

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

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