Html Css Color HEX #BF384E Old Rose

📋 copy color: '#BF384E'

red 191 ◦ green 56 ◦ blue 78

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

Shades of Old Rose #BF384E

Tints of Old Rose #BF384E

RGB

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

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

 BLUE value IS 78 (30.86% from 255) = 24%

R = 58.77%
G = 17.23%
B = 24%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.59

 K value IS 0.25

RGB Variations

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

Color information

#BF384E (or 0xBF384E) is known color: Old Rose. HEX triplet: BF, 38 and 4E. RGB value is (191,56,78). Sum of RGB (Red+Green+Blue) = 191+56+78=325 (43% of max value = 765). Red value is 191 (75% from 255 or 58.77% from 325); Green value is 56 (22.27% from 255 or 17.23% from 325); Blue value is 78 (30.86% from 255 or 24% from 325); Max value from RGB is 191 - color contains mainly: red. Hex color #BF384E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BF384E is #40C7B1. Grayscale: #626262. Windows color (decimal): -4245426 or 5126335. OLE color: 5126335.

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

Color convert

RGB 191 56 78 -
CMYK 0 0.71 0.59 0.25
HSL 350.22º 0.55% 0.48% -
HSV(B) 350.22º 0.71% 0.75% -
XYZ 24.28 14.45 8.72 -
YUV 98.87 116.23 193.71 -
System Red Green Blue C M Y K H S L
Decimal 191 56 78 0 0.71 0.59 0.25 350.22 0.55 0.48
Hex BF 38 4E 0 47 3B 19 15E 37 30
Octal 277 70 116 0 107 73 31 536 67 60
Binary 10111111 111000 1001110 0 1000111 111011 11001 101011110 110111 110000

Color Harmonies of #BF384E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF384E

Black with #BF384E

Text Example


Text Example

White with #BF384E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF384E; }

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

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

background-color css

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

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

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

border-color css

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

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

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