Html Css Color HEX #BB3F4B Old Rose

📋 copy color: '#BB3F4B'

red 187 ◦ green 63 ◦ blue 75

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

Shades of Old Rose #BB3F4B

Tints of Old Rose #BB3F4B

RGB

 RED value IS 187 (73.44% from 255) = 57.54%

 GREEN value IS 63 (25% from 255) = 19.38%

 BLUE value IS 75 (29.69% from 255) = 23.08%

R = 57.54%
G = 19.38%
B = 23.08%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.60

 K value IS 0.27

RGB Variations

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

Color information

#BB3F4B (or 0xBB3F4B) is known color: Old Rose. HEX triplet: BB, 3F and 4B. RGB value is (187,63,75). Sum of RGB (Red+Green+Blue) = 187+63+75=325 (43% of max value = 765). Red value is 187 (73.44% from 255 or 57.54% from 325); Green value is 63 (25% from 255 or 19.38% from 325); Blue value is 75 (29.69% from 255 or 23.08% from 325); Max value from RGB is 187 - color contains mainly: red. Hex color #BB3F4B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BB3F4B is #44C0B4. Grayscale: #656565. Windows color (decimal): -4505781 or 4931515. OLE color: 4931515.

HSL color Cylindrical-coordinate representation of color #BB3F4B: hue angle of 354.19º degrees, saturation: 0.5, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #BB3F4B is Cyan = 0, Magento = 0.66, Yellow = 0.60 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 63 75 -
CMYK 0 0.66 0.60 0.27
HSL 354.19º 0.5% 0.49% -
HSV(B) 354.19º 0.66% 0.73% -
XYZ 23.54 14.63 8.24 -
YUV 101.44 113.08 189.02 -
System Red Green Blue C M Y K H S L
Decimal 187 63 75 0 0.66 0.60 0.27 354.19 0.5 0.49
Hex BB 3F 4B 0 42 3C 1B 162 32 31
Octal 273 77 113 0 102 74 33 542 62 61
Binary 10111011 111111 1001011 0 1000010 111100 11011 101100010 110010 110001

Color Harmonies of #BB3F4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB3F4B

Black with #BB3F4B

Text Example


Text Example

White with #BB3F4B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB3F4B; }

 p { color: rgb(187,63,75); }

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

background-color css

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

 a { background-color: rgb(187,63,75); }

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

border-color css

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

 span { border-color: rgb(187,63,75); }

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