Html Css Color HEX #BF3859 Old Rose

📋 copy color: '#BF3859'

red 191 ◦ green 56 ◦ blue 89

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

Shades of Old Rose #BF3859

Tints of Old Rose #BF3859

RGB

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

 GREEN value IS 56 (22.27% from 255) = 16.67%

 BLUE value IS 89 (35.16% from 255) = 26.49%

R = 56.85%
G = 16.67%
B = 26.49%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.53

 K value IS 0.25

RGB Variations

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

Color information

#BF3859 (or 0xBF3859) is known color: Old Rose. HEX triplet: BF, 38 and 59. RGB value is (191,56,89). Sum of RGB (Red+Green+Blue) = 191+56+89=336 (44% of max value = 765). Red value is 191 (75% from 255 or 56.85% from 336); Green value is 56 (22.27% from 255 or 16.67% from 336); Blue value is 89 (35.16% from 255 or 26.49% from 336); Max value from RGB is 191 - color contains mainly: red. Hex color #BF3859 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BF3859 is #40C7A6. Grayscale: #646464. Windows color (decimal): -4245415 or 5847231. OLE color: 5847231.

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

Color convert

RGB 191 56 89 -
CMYK 0 0.71 0.53 0.25
HSL 345.33º 0.55% 0.48% -
HSV(B) 345.33º 0.71% 0.75% -
XYZ 24.7 14.63 10.97 -
YUV 100.13 121.73 192.82 -
System Red Green Blue C M Y K H S L
Decimal 191 56 89 0 0.71 0.53 0.25 345.33 0.55 0.48
Hex BF 38 59 0 47 35 19 159 37 30
Octal 277 70 131 0 107 65 31 531 67 60
Binary 10111111 111000 1011001 0 1000111 110101 11001 101011001 110111 110000

Color Harmonies of #BF3859

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF3859

Black with #BF3859

Text Example


Text Example

White with #BF3859

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF3859; }

 p { color: rgb(191,56,89); }

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

background-color css

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

 a { background-color: rgb(191,56,89); }

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

border-color css

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

 span { border-color: rgb(191,56,89); }

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