Html Css Color HEX #BB416B Royal Heath

📋 copy color: '#BB416B'

red 187 ◦ green 65 ◦ blue 107

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

Shades of Royal Heath #BB416B

Tints of Royal Heath #BB416B

RGB

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

 GREEN value IS 65 (25.78% from 255) = 18.11%

 BLUE value IS 107 (42.19% from 255) = 29.81%

R = 52.09%
G = 18.11%
B = 29.81%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.43

 K value IS 0.27

RGB Variations

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

Color information

#BB416B (or 0xBB416B) is known color: Royal Heath. HEX triplet: BB, 41 and 6B. RGB value is (187,65,107). Sum of RGB (Red+Green+Blue) = 187+65+107=359 (47% of max value = 765). Red value is 187 (73.44% from 255 or 52.09% from 359); Green value is 65 (25.78% from 255 or 18.11% from 359); Blue value is 107 (42.19% from 255 or 29.81% from 359); Max value from RGB is 187 - color contains mainly: red. Hex color #BB416B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BB416B is #44BE94. Grayscale: #6A6A6A. Windows color (decimal): -4505237 or 7029179. OLE color: 7029179.

HSL color Cylindrical-coordinate representation of color #BB416B: hue angle of 339.34º degrees, saturation: 0.48, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #BB416B is Cyan = 0, Magento = 0.65, Yellow = 0.43 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 65 107 -
CMYK 0 0.65 0.43 0.27
HSL 339.34º 0.48% 0.49% -
HSV(B) 339.34º 0.65% 0.73% -
XYZ 25.04 15.41 15.56 -
YUV 106.27 128.42 185.58 -
System Red Green Blue C M Y K H S L
Decimal 187 65 107 0 0.65 0.43 0.27 339.34 0.48 0.49
Hex BB 41 6B 0 41 2B 1B 153 30 31
Octal 273 101 153 0 101 53 33 523 60 61
Binary 10111011 1000001 1101011 0 1000001 101011 11011 101010011 110000 110001

Color Harmonies of #BB416B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB416B

Black with #BB416B

Text Example


Text Example

White with #BB416B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB416B; }

 p { color: rgb(187,65,107); }

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

background-color css

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

 a { background-color: rgb(187,65,107); }

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

border-color css

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

 span { border-color: rgb(187,65,107); }

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