Html Css Color HEX #BF3E52 Old Rose

📋 copy color: '#BF3E52'

red 191 ◦ green 62 ◦ blue 82

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

Shades of Old Rose #BF3E52

Tints of Old Rose #BF3E52

RGB

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

 GREEN value IS 62 (24.61% from 255) = 18.51%

 BLUE value IS 82 (32.42% from 255) = 24.48%

R = 57.01%
G = 18.51%
B = 24.48%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.57

 K value IS 0.25

RGB Variations

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

Color information

#BF3E52 (or 0xBF3E52) is known color: Old Rose. HEX triplet: BF, 3E and 52. RGB value is (191,62,82). Sum of RGB (Red+Green+Blue) = 191+62+82=335 (44% of max value = 765). Red value is 191 (75% from 255 or 57.01% from 335); Green value is 62 (24.61% from 255 or 18.51% from 335); Blue value is 82 (32.42% from 255 or 24.48% from 335); Max value from RGB is 191 - color contains mainly: red. Hex color #BF3E52 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BF3E52 is #40C1AD. Grayscale: #666666. Windows color (decimal): -4243886 or 5390015. OLE color: 5390015.

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

Color convert

RGB 191 62 82 -
CMYK 0 0.68 0.57 0.25
HSL 350.7º 0.51% 0.5% -
HSV(B) 350.7º 0.68% 0.75% -
XYZ 24.73 15.13 9.6 -
YUV 102.85 116.24 190.87 -
System Red Green Blue C M Y K H S L
Decimal 191 62 82 0 0.68 0.57 0.25 350.7 0.51 0.5
Hex BF 3E 52 0 44 39 19 15F 33 32
Octal 277 76 122 0 104 71 31 537 63 62
Binary 10111111 111110 1010010 0 1000100 111001 11001 101011111 110011 110010

Color Harmonies of #BF3E52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF3E52

Black with #BF3E52

Text Example


Text Example

White with #BF3E52

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF3E52; }

 p { color: rgb(191,62,82); }

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

background-color css

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

 a { background-color: rgb(191,62,82); }

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

border-color css

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

 span { border-color: rgb(191,62,82); }

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