Html Css Color HEX #BB476F Royal Heath

📋 copy color: '#BB476F'

red 187 ◦ green 71 ◦ blue 111

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

Shades of Royal Heath #BB476F

Tints of Royal Heath #BB476F

RGB

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

 GREEN value IS 71 (28.13% from 255) = 19.24%

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

R = 50.68%
G = 19.24%
B = 30.08%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.41

 K value IS 0.27

RGB Variations

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

Color information

#BB476F (or 0xBB476F) is known color: Royal Heath. HEX triplet: BB, 47 and 6F. RGB value is (187,71,111). Sum of RGB (Red+Green+Blue) = 187+71+111=369 (48% of max value = 765). Red value is 187 (73.44% from 255 or 50.68% from 369); Green value is 71 (28.12% from 255 or 19.24% from 369); Blue value is 111 (43.75% from 255 or 30.08% from 369); Max value from RGB is 187 - color contains mainly: red. Hex color #BB476F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BB476F is #44B890. Grayscale: #6E6E6E. Windows color (decimal): -4503697 or 7292859. OLE color: 7292859.

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

Color convert

RGB 187 71 111 -
CMYK 0 0.62 0.41 0.27
HSL 339.31º 0.46% 0.51% -
HSV(B) 339.31º 0.62% 0.73% -
XYZ 25.62 16.22 16.82 -
YUV 110.24 128.43 182.75 -
System Red Green Blue C M Y K H S L
Decimal 187 71 111 0 0.62 0.41 0.27 339.31 0.46 0.51
Hex BB 47 6F 0 3E 29 1B 153 2E 33
Octal 273 107 157 0 76 51 33 523 56 63
Binary 10111011 1000111 1101111 0 111110 101001 11011 101010011 101110 110011

Color Harmonies of #BB476F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB476F

Black with #BB476F

Text Example


Text Example

White with #BB476F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB476F; }

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

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

background-color css

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

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

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

border-color css

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

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

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