Html Css Color HEX #BF414F Old Rose

📋 copy color: '#BF414F'

red 191 ◦ green 65 ◦ blue 79

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

Shades of Old Rose #BF414F

Tints of Old Rose #BF414F

RGB

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

 GREEN value IS 65 (25.78% from 255) = 19.4%

 BLUE value IS 79 (31.25% from 255) = 23.58%

R = 57.01%
G = 19.4%
B = 23.58%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.59

 K value IS 0.25

RGB Variations

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

Color information

#BF414F (or 0xBF414F) is known color: Old Rose. HEX triplet: BF, 41 and 4F. RGB value is (191,65,79). Sum of RGB (Red+Green+Blue) = 191+65+79=335 (44% of max value = 765). Red value is 191 (75% from 255 or 57.01% from 335); Green value is 65 (25.78% from 255 or 19.40% from 335); Blue value is 79 (31.25% from 255 or 23.58% from 335); Max value from RGB is 191 - color contains mainly: red. Hex color #BF414F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BF414F is #40BEB0. Grayscale: #686868. Windows color (decimal): -4243121 or 5194175. OLE color: 5194175.

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

Color convert

RGB 191 65 79 -
CMYK 0 0.66 0.59 0.25
HSL 353.33º 0.5% 0.5% -
HSV(B) 353.33º 0.66% 0.75% -
XYZ 24.79 15.42 9.07 -
YUV 104.27 113.74 189.86 -
System Red Green Blue C M Y K H S L
Decimal 191 65 79 0 0.66 0.59 0.25 353.33 0.5 0.5
Hex BF 41 4F 0 42 3B 19 161 32 32
Octal 277 101 117 0 102 73 31 541 62 62
Binary 10111111 1000001 1001111 0 1000010 111011 11001 101100001 110010 110010

Color Harmonies of #BF414F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF414F

Black with #BF414F

Text Example


Text Example

White with #BF414F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF414F; }

 p { color: rgb(191,65,79); }

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

background-color css

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

 a { background-color: rgb(191,65,79); }

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

border-color css

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

 span { border-color: rgb(191,65,79); }

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