Html Css Color HEX #BF335A Old Rose

📋 copy color: '#BF335A'

red 191 ◦ green 51 ◦ blue 90

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

Shades of Old Rose #BF335A

Tints of Old Rose #BF335A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 27.11%

R = 57.53%
G = 15.36%
B = 27.11%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.53

 K value IS 0.25

RGB Variations

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

Color information

#BF335A (or 0xBF335A) is known color: Old Rose. HEX triplet: BF, 33 and 5A. RGB value is (191,51,90). Sum of RGB (Red+Green+Blue) = 191+51+90=332 (43% of max value = 765). Red value is 191 (75% from 255 or 57.53% from 332); Green value is 51 (20.31% from 255 or 15.36% from 332); Blue value is 90 (35.55% from 255 or 27.11% from 332); Max value from RGB is 191 - color contains mainly: red. Hex color #BF335A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BF335A is #40CCA5. Grayscale: #616161. Windows color (decimal): -4246694 or 5911487. OLE color: 5911487.

HSL color Cylindrical-coordinate representation of color #BF335A: hue angle of 343.29º 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 #BF335A is Cyan = 0, Magento = 0.73, Yellow = 0.53 and Black (K on CMYK) = 0.25.

Color convert

RGB 191 51 90 -
CMYK 0 0.73 0.53 0.25
HSL 343.29º 0.58% 0.47% -
HSV(B) 343.29º 0.73% 0.75% -
XYZ 24.52 14.18 11.12 -
YUV 97.31 123.88 194.83 -
System Red Green Blue C M Y K H S L
Decimal 191 51 90 0 0.73 0.53 0.25 343.29 0.58 0.47
Hex BF 33 5A 0 49 35 19 157 3A 2F
Octal 277 63 132 0 111 65 31 527 72 57
Binary 10111111 110011 1011010 0 1001001 110101 11001 101010111 111010 101111

Color Harmonies of #BF335A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF335A

Black with #BF335A

Text Example


Text Example

White with #BF335A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF335A; }

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

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

background-color css

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

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

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

border-color css

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

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

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