Html Css Color HEX #BF334B Old Rose

📋 copy color: '#BF334B'

red 191 ◦ green 51 ◦ blue 75

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

Shades of Old Rose #BF334B

Tints of Old Rose #BF334B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 23.66%

R = 60.25%
G = 16.09%
B = 23.66%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.61

 K value IS 0.25

RGB Variations

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

Color information

#BF334B (or 0xBF334B) is known color: Old Rose. HEX triplet: BF, 33 and 4B. RGB value is (191,51,75). Sum of RGB (Red+Green+Blue) = 191+51+75=317 (41% of max value = 765). Red value is 191 (75% from 255 or 60.25% from 317); Green value is 51 (20.31% from 255 or 16.09% from 317); Blue value is 75 (29.69% from 255 or 23.66% from 317); Max value from RGB is 191 - color contains mainly: red. Hex color #BF334B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BF334B is #40CCB4. Grayscale: #5F5F5F. Windows color (decimal): -4246709 or 4928447. OLE color: 4928447.

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

Color convert

RGB 191 51 75 -
CMYK 0 0.73 0.61 0.25
HSL 349.71º 0.58% 0.47% -
HSV(B) 349.71º 0.73% 0.75% -
XYZ 23.94 13.95 8.09 -
YUV 95.6 116.38 196.05 -
System Red Green Blue C M Y K H S L
Decimal 191 51 75 0 0.73 0.61 0.25 349.71 0.58 0.47
Hex BF 33 4B 0 49 3D 19 15E 3A 2F
Octal 277 63 113 0 111 75 31 536 72 57
Binary 10111111 110011 1001011 0 1001001 111101 11001 101011110 111010 101111

Color Harmonies of #BF334B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF334B

Black with #BF334B

Text Example


Text Example

White with #BF334B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF334B; }

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

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

background-color css

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

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

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

border-color css

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

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

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