Html Css Color HEX #BF375B Old Rose

📋 copy color: '#BF375B'

red 191 ◦ green 55 ◦ blue 91

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

Shades of Old Rose #BF375B

Tints of Old Rose #BF375B

RGB

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

 GREEN value IS 55 (21.88% from 255) = 16.32%

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

R = 56.68%
G = 16.32%
B = 27%

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

#BF375B (or 0xBF375B) is known color: Old Rose. HEX triplet: BF, 37 and 5B. RGB value is (191,55,91). Sum of RGB (Red+Green+Blue) = 191+55+91=337 (44% of max value = 765). Red value is 191 (75% from 255 or 56.68% from 337); Green value is 55 (21.88% from 255 or 16.32% from 337); Blue value is 91 (35.94% from 255 or 27.00% from 337); Max value from RGB is 191 - color contains mainly: red. Hex color #BF375B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BF375B is #40C8A4. Grayscale: #636363. Windows color (decimal): -4245669 or 5978047. OLE color: 5978047.

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

Color convert

RGB 191 55 91 -
CMYK 0 0.71 0.52 0.25
HSL 344.12º 0.55% 0.48% -
HSV(B) 344.12º 0.71% 0.75% -
XYZ 24.74 14.56 11.4 -
YUV 99.77 123.06 193.07 -
System Red Green Blue C M Y K H S L
Decimal 191 55 91 0 0.71 0.52 0.25 344.12 0.55 0.48
Hex BF 37 5B 0 47 34 19 158 37 30
Octal 277 67 133 0 107 64 31 530 67 60
Binary 10111111 110111 1011011 0 1000111 110100 11001 101011000 110111 110000

Color Harmonies of #BF375B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF375B

Black with #BF375B

Text Example


Text Example

White with #BF375B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF375B; }

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

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

background-color css

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

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

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

border-color css

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

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

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