Html Css Color HEX #BB404D Old Rose

📋 copy color: '#BB404D'

red 187 ◦ green 64 ◦ blue 77

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

Shades of Old Rose #BB404D

Tints of Old Rose #BB404D

RGB

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

 GREEN value IS 64 (25.39% from 255) = 19.51%

 BLUE value IS 77 (30.47% from 255) = 23.48%

R = 57.01%
G = 19.51%
B = 23.48%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.59

 K value IS 0.27

RGB Variations

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

Color information

#BB404D (or 0xBB404D) is known color: Old Rose. HEX triplet: BB, 40 and 4D. RGB value is (187,64,77). Sum of RGB (Red+Green+Blue) = 187+64+77=328 (43% of max value = 765). Red value is 187 (73.44% from 255 or 57.01% from 328); Green value is 64 (25.39% from 255 or 19.51% from 328); Blue value is 77 (30.47% from 255 or 23.48% from 328); Max value from RGB is 187 - color contains mainly: red. Hex color #BB404D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BB404D is #44BFB2. Grayscale: #666666. Windows color (decimal): -4505523 or 5062843. OLE color: 5062843.

HSL color Cylindrical-coordinate representation of color #BB404D: hue angle of 353.66º degrees, saturation: 0.49, 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 #BB404D is Cyan = 0, Magento = 0.66, Yellow = 0.59 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 64 77 -
CMYK 0 0.66 0.59 0.27
HSL 353.66º 0.49% 0.49% -
HSV(B) 353.66º 0.66% 0.73% -
XYZ 23.67 14.77 8.62 -
YUV 102.26 113.75 188.44 -
System Red Green Blue C M Y K H S L
Decimal 187 64 77 0 0.66 0.59 0.27 353.66 0.49 0.49
Hex BB 40 4D 0 42 3B 1B 162 31 31
Octal 273 100 115 0 102 73 33 542 61 61
Binary 10111011 1000000 1001101 0 1000010 111011 11011 101100010 110001 110001

Color Harmonies of #BB404D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB404D

Black with #BB404D

Text Example


Text Example

White with #BB404D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB404D; }

 p { color: rgb(187,64,77); }

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

background-color css

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

 a { background-color: rgb(187,64,77); }

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

border-color css

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

 span { border-color: rgb(187,64,77); }

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