Html Css Color HEX #BB446F Royal Heath

📋 copy color: '#BB446F'

red 187 ◦ green 68 ◦ blue 111

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

Shades of Royal Heath #BB446F

Tints of Royal Heath #BB446F

RGB

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

 GREEN value IS 68 (26.95% from 255) = 18.58%

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

R = 51.09%
G = 18.58%
B = 30.33%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.41

 K value IS 0.27

RGB Variations

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

Color information

#BB446F (or 0xBB446F) is known color: Royal Heath. HEX triplet: BB, 44 and 6F. RGB value is (187,68,111). Sum of RGB (Red+Green+Blue) = 187+68+111=366 (48% of max value = 765). Red value is 187 (73.44% from 255 or 51.09% from 366); Green value is 68 (26.95% from 255 or 18.58% from 366); Blue value is 111 (43.75% from 255 or 30.33% from 366); Max value from RGB is 187 - color contains mainly: red. Hex color #BB446F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BB446F is #44BB90. Grayscale: #6C6C6C. Windows color (decimal): -4504465 or 7292091. OLE color: 7292091.

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

Color convert

RGB 187 68 111 -
CMYK 0 0.64 0.41 0.27
HSL 338.32º 0.47% 0.5% -
HSV(B) 338.32º 0.64% 0.73% -
XYZ 25.43 15.85 16.76 -
YUV 108.48 129.42 184 -
System Red Green Blue C M Y K H S L
Decimal 187 68 111 0 0.64 0.41 0.27 338.32 0.47 0.5
Hex BB 44 6F 0 40 29 1B 152 2F 32
Octal 273 104 157 0 100 51 33 522 57 62
Binary 10111011 1000100 1101111 0 1000000 101001 11011 101010010 101111 110010

Color Harmonies of #BB446F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB446F

Black with #BB446F

Text Example


Text Example

White with #BB446F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB446F; }

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

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

background-color css

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

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

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

border-color css

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

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

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