Html Css Color HEX #BF2365 Old Rose

📋 copy color: '#BF2365'

red 191 ◦ green 35 ◦ blue 101

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

Shades of Old Rose #BF2365

Tints of Old Rose #BF2365

RGB

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

 GREEN value IS 35 (14.06% from 255) = 10.7%

 BLUE value IS 101 (39.84% from 255) = 30.89%

R = 58.41%
G = 10.7%
B = 30.89%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.47

 K value IS 0.25

RGB Variations

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

Color information

#BF2365 (or 0xBF2365) is known color: Old Rose. HEX triplet: BF, 23 and 65. RGB value is (191,35,101). Sum of RGB (Red+Green+Blue) = 191+35+101=327 (43% of max value = 765). Red value is 191 (75% from 255 or 58.41% from 327); Green value is 35 (14.06% from 255 or 10.70% from 327); Blue value is 101 (39.84% from 255 or 30.89% from 327); Max value from RGB is 191 - color contains mainly: red. Hex color #BF2365 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BF2365 is #40DC9A. Grayscale: #595959. Windows color (decimal): -4250779 or 6628287. OLE color: 6628287.

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

Color convert

RGB 191 35 101 -
CMYK 0 0.82 0.47 0.25
HSL 334.62º 0.69% 0.44% -
HSV(B) 334.62º 0.82% 0.75% -
XYZ 24.44 13.22 13.58 -
YUV 89.17 134.68 200.63 -
System Red Green Blue C M Y K H S L
Decimal 191 35 101 0 0.82 0.47 0.25 334.62 0.69 0.44
Hex BF 23 65 0 52 2F 19 14F 45 2C
Octal 277 43 145 0 122 57 31 517 105 54
Binary 10111111 100011 1100101 0 1010010 101111 11001 101001111 1000101 101100

Color Harmonies of #BF2365

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF2365

Black with #BF2365

Text Example


Text Example

White with #BF2365

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF2365; }

 p { color: rgb(191,35,101); }

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

background-color css

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

 a { background-color: rgb(191,35,101); }

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

border-color css

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

 span { border-color: rgb(191,35,101); }

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