Html Css Color HEX #BF325B Old Rose

📋 copy color: '#BF325B'

red 191 ◦ green 50 ◦ blue 91

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

Shades of Old Rose #BF325B

Tints of Old Rose #BF325B

RGB

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

 GREEN value IS 50 (19.92% from 255) = 15.06%

 BLUE value IS 91 (35.94% from 255) = 27.41%

R = 57.53%
G = 15.06%
B = 27.41%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.52

 K value IS 0.25

RGB Variations

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

Color information

#BF325B (or 0xBF325B) is known color: Old Rose. HEX triplet: BF, 32 and 5B. RGB value is (191,50,91). Sum of RGB (Red+Green+Blue) = 191+50+91=332 (43% of max value = 765). Red value is 191 (75% from 255 or 57.53% from 332); Green value is 50 (19.92% from 255 or 15.06% from 332); Blue value is 91 (35.94% from 255 or 27.41% from 332); Max value from RGB is 191 - color contains mainly: red. Hex color #BF325B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BF325B is #40CDA4. Grayscale: #606060. Windows color (decimal): -4246949 or 5976767. OLE color: 5976767.

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

Color convert

RGB 191 50 91 -
CMYK 0 0.74 0.52 0.25
HSL 342.55º 0.59% 0.47% -
HSV(B) 342.55º 0.74% 0.75% -
XYZ 24.51 14.11 11.33 -
YUV 96.83 124.71 195.17 -
System Red Green Blue C M Y K H S L
Decimal 191 50 91 0 0.74 0.52 0.25 342.55 0.59 0.47
Hex BF 32 5B 0 4A 34 19 157 3B 2F
Octal 277 62 133 0 112 64 31 527 73 57
Binary 10111111 110010 1011011 0 1001010 110100 11001 101010111 111011 101111

Color Harmonies of #BF325B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF325B

Black with #BF325B

Text Example


Text Example

White with #BF325B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF325B; }

 p { color: rgb(191,50,91); }

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

background-color css

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

 a { background-color: rgb(191,50,91); }

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

border-color css

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

 span { border-color: rgb(191,50,91); }

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