Html Css Color HEX #BB5074 Royal Heath

📋 copy color: '#BB5074'

red 187 ◦ green 80 ◦ blue 116

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

Shades of Royal Heath #BB5074

Tints of Royal Heath #BB5074

RGB

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

 GREEN value IS 80 (31.64% from 255) = 20.89%

 BLUE value IS 116 (45.7% from 255) = 30.29%

R = 48.83%
G = 20.89%
B = 30.29%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.38

 K value IS 0.27

RGB Variations

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

Color information

#BB5074 (or 0xBB5074) is known color: Royal Heath. HEX triplet: BB, 50 and 74. RGB value is (187,80,116). Sum of RGB (Red+Green+Blue) = 187+80+116=383 (50% of max value = 765). Red value is 187 (73.44% from 255 or 48.83% from 383); Green value is 80 (31.64% from 255 or 20.89% from 383); Blue value is 116 (45.70% from 255 or 30.29% from 383); Max value from RGB is 187 - color contains mainly: red. Hex color #BB5074 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BB5074 is #44AF8B. Grayscale: #747474. Windows color (decimal): -4501388 or 7622843. OLE color: 7622843.

HSL color Cylindrical-coordinate representation of color #BB5074: hue angle of 339.81º degrees, saturation: 0.44, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #BB5074 is Cyan = 0, Magento = 0.57, Yellow = 0.38 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 80 116 -
CMYK 0 0.57 0.38 0.27
HSL 339.81º 0.44% 0.52% -
HSV(B) 339.81º 0.57% 0.73% -
XYZ 26.51 17.56 18.52 -
YUV 116.1 127.95 178.57 -
System Red Green Blue C M Y K H S L
Decimal 187 80 116 0 0.57 0.38 0.27 339.81 0.44 0.52
Hex BB 50 74 0 39 26 1B 154 2C 34
Octal 273 120 164 0 71 46 33 524 54 64
Binary 10111011 1010000 1110100 0 111001 100110 11011 101010100 101100 110100

Color Harmonies of #BB5074

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB5074

Black with #BB5074

Text Example


Text Example

White with #BB5074

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB5074; }

 p { color: rgb(187,80,116); }

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

background-color css

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

 a { background-color: rgb(187,80,116); }

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

border-color css

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

 span { border-color: rgb(187,80,116); }

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