Html Css Color HEX #BB467F Royal Heath

📋 copy color: '#BB467F'

red 187 ◦ green 70 ◦ blue 127

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

Shades of Royal Heath #BB467F

Tints of Royal Heath #BB467F

RGB

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

 GREEN value IS 70 (27.73% from 255) = 18.23%

 BLUE value IS 127 (50% from 255) = 33.07%

R = 48.7%
G = 18.23%
B = 33.07%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.32

 K value IS 0.27

RGB Variations

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

Color information

#BB467F (or 0xBB467F) is known color: Royal Heath. HEX triplet: BB, 46 and 7F. RGB value is (187,70,127). Sum of RGB (Red+Green+Blue) = 187+70+127=384 (50% of max value = 765). Red value is 187 (73.44% from 255 or 48.70% from 384); Green value is 70 (27.73% from 255 or 18.23% from 384); Blue value is 127 (50% from 255 or 33.07% from 384); Max value from RGB is 187 - color contains mainly: red. Hex color #BB467F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BB467F is #44B980. Grayscale: #6F6F6F. Windows color (decimal): -4503937 or 8341179. OLE color: 8341179.

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

Color convert

RGB 187 70 127 -
CMYK 0 0.63 0.32 0.27
HSL 330.77º 0.46% 0.5% -
HSV(B) 330.77º 0.63% 0.73% -
XYZ 26.51 16.48 21.86 -
YUV 111.48 136.76 181.87 -
System Red Green Blue C M Y K H S L
Decimal 187 70 127 0 0.63 0.32 0.27 330.77 0.46 0.5
Hex BB 46 7F 0 3F 20 1B 14B 2E 32
Octal 273 106 177 0 77 40 33 513 56 62
Binary 10111011 1000110 1111111 0 111111 100000 11011 101001011 101110 110010

Color Harmonies of #BB467F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB467F

Black with #BB467F

Text Example


Text Example

White with #BB467F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB467F; }

 p { color: rgb(187,70,127); }

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

background-color css

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

 a { background-color: rgb(187,70,127); }

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

border-color css

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

 span { border-color: rgb(187,70,127); }

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