Html Css Color HEX #BF3362 Old Rose

📋 copy color: '#BF3362'

red 191 ◦ green 51 ◦ blue 98

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

Shades of Old Rose #BF3362

Tints of Old Rose #BF3362

RGB

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

 GREEN value IS 51 (20.31% from 255) = 15%

 BLUE value IS 98 (38.67% from 255) = 28.82%

R = 56.18%
G = 15%
B = 28.82%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.49

 K value IS 0.25

RGB Variations

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

Color information

#BF3362 (or 0xBF3362) is known color: Old Rose. HEX triplet: BF, 33 and 62. RGB value is (191,51,98). Sum of RGB (Red+Green+Blue) = 191+51+98=340 (45% of max value = 765). Red value is 191 (75% from 255 or 56.18% from 340); Green value is 51 (20.31% from 255 or 15% from 340); Blue value is 98 (38.67% from 255 or 28.82% from 340); Max value from RGB is 191 - color contains mainly: red. Hex color #BF3362 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BF3362 is #40CC9D. Grayscale: #626262. Windows color (decimal): -4246686 or 6435775. OLE color: 6435775.

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

Color convert

RGB 191 51 98 -
CMYK 0 0.73 0.49 0.25
HSL 339.86º 0.58% 0.47% -
HSV(B) 339.86º 0.73% 0.75% -
XYZ 24.87 14.33 13.01 -
YUV 98.22 127.88 194.18 -
System Red Green Blue C M Y K H S L
Decimal 191 51 98 0 0.73 0.49 0.25 339.86 0.58 0.47
Hex BF 33 62 0 49 31 19 154 3A 2F
Octal 277 63 142 0 111 61 31 524 72 57
Binary 10111111 110011 1100010 0 1001001 110001 11001 101010100 111010 101111

Color Harmonies of #BF3362

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF3362

Black with #BF3362

Text Example


Text Example

White with #BF3362

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF3362; }

 p { color: rgb(191,51,98); }

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

background-color css

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

 a { background-color: rgb(191,51,98); }

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

border-color css

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

 span { border-color: rgb(191,51,98); }

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