Html Css Color HEX #BB386F Royal Heath

📋 copy color: '#BB386F'

red 187 ◦ green 56 ◦ blue 111

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

Shades of Royal Heath #BB386F

Tints of Royal Heath #BB386F

RGB

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

 GREEN value IS 56 (22.27% from 255) = 15.82%

 BLUE value IS 111 (43.75% from 255) = 31.36%

R = 52.82%
G = 15.82%
B = 31.36%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.41

 K value IS 0.27

RGB Variations

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

Color information

#BB386F (or 0xBB386F) is known color: Royal Heath. HEX triplet: BB, 38 and 6F. RGB value is (187,56,111). Sum of RGB (Red+Green+Blue) = 187+56+111=354 (46% of max value = 765). Red value is 187 (73.44% from 255 or 52.82% from 354); Green value is 56 (22.27% from 255 or 15.82% from 354); Blue value is 111 (43.75% from 255 or 31.36% from 354); Max value from RGB is 187 - color contains mainly: red. Hex color #BB386F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BB386F is #44C790. Grayscale: #656565. Windows color (decimal): -4507537 or 7289019. OLE color: 7289019.

HSL color Cylindrical-coordinate representation of color #BB386F: hue angle of 334.81º degrees, saturation: 0.54, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #BB386F is Cyan = 0, Magento = 0.70, Yellow = 0.41 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 56 111 -
CMYK 0 0.70 0.41 0.27
HSL 334.81º 0.54% 0.48% -
HSV(B) 334.81º 0.7% 0.73% -
XYZ 24.78 14.54 16.54 -
YUV 101.44 133.4 189.03 -
System Red Green Blue C M Y K H S L
Decimal 187 56 111 0 0.70 0.41 0.27 334.81 0.54 0.48
Hex BB 38 6F 0 46 29 1B 14F 36 30
Octal 273 70 157 0 106 51 33 517 66 60
Binary 10111011 111000 1101111 0 1000110 101001 11011 101001111 110110 110000

Color Harmonies of #BB386F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB386F

Black with #BB386F

Text Example


Text Example

White with #BB386F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB386F; }

 p { color: rgb(187,56,111); }

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

background-color css

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

 a { background-color: rgb(187,56,111); }

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

border-color css

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

 span { border-color: rgb(187,56,111); }

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