Html Css Color HEX #BB454A Old Rose

📋 copy color: '#BB454A'

red 187 ◦ green 69 ◦ blue 74

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

Shades of Old Rose #BB454A

Tints of Old Rose #BB454A

RGB

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

 GREEN value IS 69 (27.34% from 255) = 20.91%

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

R = 56.67%
G = 20.91%
B = 22.42%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.60

 K value IS 0.27

RGB Variations

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

Color information

#BB454A (or 0xBB454A) is known color: Old Rose. HEX triplet: BB, 45 and 4A. RGB value is (187,69,74). Sum of RGB (Red+Green+Blue) = 187+69+74=330 (43% of max value = 765). Red value is 187 (73.44% from 255 or 56.67% from 330); Green value is 69 (27.34% from 255 or 20.91% from 330); Blue value is 74 (29.30% from 255 or 22.42% from 330); Max value from RGB is 187 - color contains mainly: red. Hex color #BB454A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BB454A is #44BAB5. Grayscale: #686868. Windows color (decimal): -4504246 or 4867515. OLE color: 4867515.

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

Color convert

RGB 187 69 74 -
CMYK 0 0.63 0.60 0.27
HSL 357.46º 0.46% 0.5% -
HSV(B) 357.46º 0.63% 0.73% -
XYZ 23.86 15.32 8.18 -
YUV 104.85 110.59 186.59 -
System Red Green Blue C M Y K H S L
Decimal 187 69 74 0 0.63 0.60 0.27 357.46 0.46 0.5
Hex BB 45 4A 0 3F 3C 1B 165 2E 32
Octal 273 105 112 0 77 74 33 545 56 62
Binary 10111011 1000101 1001010 0 111111 111100 11011 101100101 101110 110010

Color Harmonies of #BB454A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB454A

Black with #BB454A

Text Example


Text Example

White with #BB454A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB454A; }

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

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

background-color css

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

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

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

border-color css

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

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

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