Html Css Color HEX #BF385B Old Rose

📋 copy color: '#BF385B'

red 191 ◦ green 56 ◦ blue 91

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

Shades of Old Rose #BF385B

Tints of Old Rose #BF385B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 26.92%

R = 56.51%
G = 16.57%
B = 26.92%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.52

 K value IS 0.25

RGB Variations

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

Color information

#BF385B (or 0xBF385B) is known color: Old Rose. HEX triplet: BF, 38 and 5B. RGB value is (191,56,91). Sum of RGB (Red+Green+Blue) = 191+56+91=338 (44% of max value = 765). Red value is 191 (75% from 255 or 56.51% from 338); Green value is 56 (22.27% from 255 or 16.57% from 338); Blue value is 91 (35.94% from 255 or 26.92% from 338); Max value from RGB is 191 - color contains mainly: red. Hex color #BF385B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BF385B is #40C7A4. Grayscale: #646464. Windows color (decimal): -4245413 or 5978303. OLE color: 5978303.

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

Color convert

RGB 191 56 91 -
CMYK 0 0.71 0.52 0.25
HSL 344.44º 0.55% 0.48% -
HSV(B) 344.44º 0.71% 0.75% -
XYZ 24.79 14.66 11.42 -
YUV 100.36 122.73 192.65 -
System Red Green Blue C M Y K H S L
Decimal 191 56 91 0 0.71 0.52 0.25 344.44 0.55 0.48
Hex BF 38 5B 0 47 34 19 158 37 30
Octal 277 70 133 0 107 64 31 530 67 60
Binary 10111111 111000 1011011 0 1000111 110100 11001 101011000 110111 110000

Color Harmonies of #BF385B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF385B

Black with #BF385B

Text Example


Text Example

White with #BF385B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF385B; }

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

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

background-color css

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

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

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

border-color css

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

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

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