Html Css Color HEX #BF384C Old Rose

📋 copy color: '#BF384C'

red 191 ◦ green 56 ◦ blue 76

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

Shades of Old Rose #BF384C

Tints of Old Rose #BF384C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 23.53%

R = 59.13%
G = 17.34%
B = 23.53%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.60

 K value IS 0.25

RGB Variations

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

Color information

#BF384C (or 0xBF384C) is known color: Old Rose. HEX triplet: BF, 38 and 4C. RGB value is (191,56,76). Sum of RGB (Red+Green+Blue) = 191+56+76=323 (42% of max value = 765). Red value is 191 (75% from 255 or 59.13% from 323); Green value is 56 (22.27% from 255 or 17.34% from 323); Blue value is 76 (30.08% from 255 or 23.53% from 323); Max value from RGB is 191 - color contains mainly: red. Hex color #BF384C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BF384C is #40C7B3. Grayscale: #626262. Windows color (decimal): -4245428 or 4995263. OLE color: 4995263.

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

Color convert

RGB 191 56 76 -
CMYK 0 0.71 0.60 0.25
HSL 351.11º 0.55% 0.48% -
HSV(B) 351.11º 0.71% 0.75% -
XYZ 24.2 14.43 8.35 -
YUV 98.65 115.23 193.87 -
System Red Green Blue C M Y K H S L
Decimal 191 56 76 0 0.71 0.60 0.25 351.11 0.55 0.48
Hex BF 38 4C 0 47 3C 19 15F 37 30
Octal 277 70 114 0 107 74 31 537 67 60
Binary 10111111 111000 1001100 0 1000111 111100 11001 101011111 110111 110000

Color Harmonies of #BF384C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF384C

Black with #BF384C

Text Example


Text Example

White with #BF384C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF384C; }

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

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

background-color css

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

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

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

border-color css

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

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

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