Html Css Color HEX #BF345F Old Rose

📋 copy color: '#BF345F'

red 191 ◦ green 52 ◦ blue 95

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

Shades of Old Rose #BF345F

Tints of Old Rose #BF345F

RGB

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

 GREEN value IS 52 (20.7% from 255) = 15.38%

 BLUE value IS 95 (37.5% from 255) = 28.11%

R = 56.51%
G = 15.38%
B = 28.11%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.50

 K value IS 0.25

RGB Variations

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

Color information

#BF345F (or 0xBF345F) is known color: Old Rose. HEX triplet: BF, 34 and 5F. RGB value is (191,52,95). Sum of RGB (Red+Green+Blue) = 191+52+95=338 (44% of max value = 765). Red value is 191 (75% from 255 or 56.51% from 338); Green value is 52 (20.70% from 255 or 15.38% from 338); Blue value is 95 (37.5% from 255 or 28.11% from 338); Max value from RGB is 191 - color contains mainly: red. Hex color #BF345F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BF345F is #40CBA0. Grayscale: #626262. Windows color (decimal): -4246433 or 6239423. OLE color: 6239423.

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

Color convert

RGB 191 52 95 -
CMYK 0 0.73 0.50 0.25
HSL 341.44º 0.57% 0.48% -
HSV(B) 341.44º 0.73% 0.75% -
XYZ 24.78 14.36 12.29 -
YUV 98.46 126.05 194 -
System Red Green Blue C M Y K H S L
Decimal 191 52 95 0 0.73 0.50 0.25 341.44 0.57 0.48
Hex BF 34 5F 0 49 32 19 155 39 30
Octal 277 64 137 0 111 62 31 525 71 60
Binary 10111111 110100 1011111 0 1001001 110010 11001 101010101 111001 110000

Color Harmonies of #BF345F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF345F

Black with #BF345F

Text Example


Text Example

White with #BF345F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF345F; }

 p { color: rgb(191,52,95); }

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

background-color css

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

 a { background-color: rgb(191,52,95); }

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

border-color css

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

 span { border-color: rgb(191,52,95); }

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