Html Css Color HEX #BB4168 Royal Heath

📋 copy color: '#BB4168'

red 187 ◦ green 65 ◦ blue 104

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

Shades of Royal Heath #BB4168

Tints of Royal Heath #BB4168

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 29.21%

R = 52.53%
G = 18.26%
B = 29.21%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.44

 K value IS 0.27

RGB Variations

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

Color information

#BB4168 (or 0xBB4168) is known color: Royal Heath. HEX triplet: BB, 41 and 68. RGB value is (187,65,104). Sum of RGB (Red+Green+Blue) = 187+65+104=356 (47% of max value = 765). Red value is 187 (73.44% from 255 or 52.53% from 356); Green value is 65 (25.78% from 255 or 18.26% from 356); Blue value is 104 (41.02% from 255 or 29.21% from 356); Max value from RGB is 187 - color contains mainly: red. Hex color #BB4168 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BB4168 is #44BE97. Grayscale: #696969. Windows color (decimal): -4505240 or 6832571. OLE color: 6832571.

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

Color convert

RGB 187 65 104 -
CMYK 0 0.65 0.44 0.27
HSL 340.82º 0.48% 0.49% -
HSV(B) 340.82º 0.65% 0.73% -
XYZ 24.88 15.34 14.75 -
YUV 105.92 126.92 185.83 -
System Red Green Blue C M Y K H S L
Decimal 187 65 104 0 0.65 0.44 0.27 340.82 0.48 0.49
Hex BB 41 68 0 41 2C 1B 155 30 31
Octal 273 101 150 0 101 54 33 525 60 61
Binary 10111011 1000001 1101000 0 1000001 101100 11011 101010101 110000 110001

Color Harmonies of #BB4168

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB4168

Black with #BB4168

Text Example


Text Example

White with #BB4168

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB4168; }

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

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

background-color css

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

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

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

border-color css

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

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

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