Html Css Color HEX #BB4053 Old Rose

📋 copy color: '#BB4053'

red 187 ◦ green 64 ◦ blue 83

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

Shades of Old Rose #BB4053

Tints of Old Rose #BB4053

RGB

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

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

 BLUE value IS 83 (32.81% from 255) = 24.85%

R = 55.99%
G = 19.16%
B = 24.85%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.56

 K value IS 0.27

RGB Variations

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

Color information

#BB4053 (or 0xBB4053) is known color: Old Rose. HEX triplet: BB, 40 and 53. RGB value is (187,64,83). Sum of RGB (Red+Green+Blue) = 187+64+83=334 (44% of max value = 765). Red value is 187 (73.44% from 255 or 55.99% from 334); Green value is 64 (25.39% from 255 or 19.16% from 334); Blue value is 83 (32.81% from 255 or 24.85% from 334); Max value from RGB is 187 - color contains mainly: red. Hex color #BB4053 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BB4053 is #44BFAC. Grayscale: #666666. Windows color (decimal): -4505517 or 5456059. OLE color: 5456059.

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

Color convert

RGB 187 64 83 -
CMYK 0 0.66 0.56 0.27
HSL 350.73º 0.49% 0.49% -
HSV(B) 350.73º 0.66% 0.73% -
XYZ 23.89 14.86 9.79 -
YUV 102.94 116.75 187.96 -
System Red Green Blue C M Y K H S L
Decimal 187 64 83 0 0.66 0.56 0.27 350.73 0.49 0.49
Hex BB 40 53 0 42 38 1B 15F 31 31
Octal 273 100 123 0 102 70 33 537 61 61
Binary 10111011 1000000 1010011 0 1000010 111000 11011 101011111 110001 110001

Color Harmonies of #BB4053

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB4053

Black with #BB4053

Text Example


Text Example

White with #BB4053

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB4053; }

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

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

background-color css

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

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

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

border-color css

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

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

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