Html Css Color HEX #BF275C Old Rose

📋 copy color: '#BF275C'

red 191 ◦ green 39 ◦ blue 92

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

Shades of Old Rose #BF275C

Tints of Old Rose #BF275C

RGB

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

 GREEN value IS 39 (15.63% from 255) = 12.11%

 BLUE value IS 92 (36.33% from 255) = 28.57%

R = 59.32%
G = 12.11%
B = 28.57%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.52

 K value IS 0.25

RGB Variations

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

Color information

#BF275C (or 0xBF275C) is known color: Old Rose. HEX triplet: BF, 27 and 5C. RGB value is (191,39,92). Sum of RGB (Red+Green+Blue) = 191+39+92=322 (42% of max value = 765). Red value is 191 (75% from 255 or 59.32% from 322); Green value is 39 (15.62% from 255 or 12.11% from 322); Blue value is 92 (36.33% from 255 or 28.57% from 322); Max value from RGB is 191 - color contains mainly: red. Hex color #BF275C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BF275C is #40D8A3. Grayscale: #5A5A5A. Windows color (decimal): -4249764 or 6039487. OLE color: 6039487.

HSL color Cylindrical-coordinate representation of color #BF275C: hue angle of 339.08º degrees, saturation: 0.66, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #BF275C is Cyan = 0, Magento = 0.80, Yellow = 0.52 and Black (K on CMYK) = 0.25.

Color convert

RGB 191 39 92 -
CMYK 0 0.80 0.52 0.25
HSL 339.08º 0.66% 0.45% -
HSV(B) 339.08º 0.8% 0.75% -
XYZ 24.14 13.3 11.42 -
YUV 90.49 128.86 199.69 -
System Red Green Blue C M Y K H S L
Decimal 191 39 92 0 0.80 0.52 0.25 339.08 0.66 0.45
Hex BF 27 5C 0 50 34 19 153 42 2D
Octal 277 47 134 0 120 64 31 523 102 55
Binary 10111111 100111 1011100 0 1010000 110100 11001 101010011 1000010 101101

Color Harmonies of #BF275C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF275C

Black with #BF275C

Text Example


Text Example

White with #BF275C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF275C; }

 p { color: rgb(191,39,92); }

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

background-color css

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

 a { background-color: rgb(191,39,92); }

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

border-color css

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

 span { border-color: rgb(191,39,92); }

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