Html Css Color HEX #BB5B81 Royal Heath

📋 copy color: '#BB5B81'

red 187 ◦ green 91 ◦ blue 129

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

Shades of Royal Heath #BB5B81

Tints of Royal Heath #BB5B81

RGB

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

 GREEN value IS 91 (35.94% from 255) = 22.36%

 BLUE value IS 129 (50.78% from 255) = 31.7%

R = 45.95%
G = 22.36%
B = 31.7%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.31

 K value IS 0.27

RGB Variations

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

Color information

#BB5B81 (or 0xBB5B81) is known color: Royal Heath. HEX triplet: BB, 5B and 81. RGB value is (187,91,129). Sum of RGB (Red+Green+Blue) = 187+91+129=407 (53% of max value = 765). Red value is 187 (73.44% from 255 or 45.95% from 407); Green value is 91 (35.94% from 255 or 22.36% from 407); Blue value is 129 (50.78% from 255 or 31.70% from 407); Max value from RGB is 187 - color contains mainly: red. Hex color #BB5B81 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BB5B81 is #44A47E. Grayscale: #7B7B7B. Windows color (decimal): -4498559 or 8477627. OLE color: 8477627.

HSL color Cylindrical-coordinate representation of color #BB5B81: hue angle of 336.25º degrees, saturation: 0.41, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #BB5B81 is Cyan = 0, Magento = 0.51, Yellow = 0.31 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 91 129 -
CMYK 0 0.51 0.31 0.27
HSL 336.25º 0.41% 0.55% -
HSV(B) 336.25º 0.51% 0.73% -
XYZ 28.2 19.63 23.07 -
YUV 124.04 130.8 172.91 -
System Red Green Blue C M Y K H S L
Decimal 187 91 129 0 0.51 0.31 0.27 336.25 0.41 0.55
Hex BB 5B 81 0 33 1F 1B 150 29 37
Octal 273 133 201 0 63 37 33 520 51 67
Binary 10111011 1011011 10000001 0 110011 11111 11011 101010000 101001 110111

Color Harmonies of #BB5B81

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB5B81

Black with #BB5B81

Text Example


Text Example

White with #BB5B81

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB5B81; }

 p { color: rgb(187,91,129); }

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

background-color css

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

 a { background-color: rgb(187,91,129); }

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

border-color css

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

 span { border-color: rgb(187,91,129); }

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