Html Css Color HEX #BB404A Old Rose

📋 copy color: '#BB404A'

red 187 ◦ green 64 ◦ blue 74

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

Shades of Old Rose #BB404A

Tints of Old Rose #BB404A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 22.77%

R = 57.54%
G = 19.69%
B = 22.77%

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

#BB404A (or 0xBB404A) is known color: Old Rose. HEX triplet: BB, 40 and 4A. RGB value is (187,64,74). Sum of RGB (Red+Green+Blue) = 187+64+74=325 (43% of max value = 765). Red value is 187 (73.44% from 255 or 57.54% from 325); Green value is 64 (25.39% from 255 or 19.69% from 325); Blue value is 74 (29.30% from 255 or 22.77% from 325); Max value from RGB is 187 - color contains mainly: red. Hex color #BB404A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BB404A is #44BFB5. Grayscale: #666666. Windows color (decimal): -4505526 or 4866235. OLE color: 4866235.

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

Color convert

RGB 187 64 74 -
CMYK 0 0.66 0.60 0.27
HSL 355.12º 0.49% 0.49% -
HSV(B) 355.12º 0.66% 0.73% -
XYZ 23.56 14.73 8.08 -
YUV 101.92 112.25 188.69 -
System Red Green Blue C M Y K H S L
Decimal 187 64 74 0 0.66 0.60 0.27 355.12 0.49 0.49
Hex BB 40 4A 0 42 3C 1B 163 31 31
Octal 273 100 112 0 102 74 33 543 61 61
Binary 10111011 1000000 1001010 0 1000010 111100 11011 101100011 110001 110001

Color Harmonies of #BB404A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB404A

Black with #BB404A

Text Example


Text Example

White with #BB404A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB404A; }

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

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

background-color css

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

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

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

border-color css

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

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

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