Html Css Color HEX #BB356F Royal Heath

📋 copy color: '#BB356F'

red 187 ◦ green 53 ◦ blue 111

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

Shades of Royal Heath #BB356F

Tints of Royal Heath #BB356F

RGB

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

 GREEN value IS 53 (21.09% from 255) = 15.1%

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

R = 53.28%
G = 15.1%
B = 31.62%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.41

 K value IS 0.27

RGB Variations

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

Color information

#BB356F (or 0xBB356F) is known color: Royal Heath. HEX triplet: BB, 35 and 6F. RGB value is (187,53,111). Sum of RGB (Red+Green+Blue) = 187+53+111=351 (46% of max value = 765). Red value is 187 (73.44% from 255 or 53.28% from 351); Green value is 53 (21.09% from 255 or 15.10% from 351); Blue value is 111 (43.75% from 255 or 31.62% from 351); Max value from RGB is 187 - color contains mainly: red. Hex color #BB356F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BB356F is #44CA90. Grayscale: #636363. Windows color (decimal): -4508305 or 7288251. OLE color: 7288251.

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

Color convert

RGB 187 53 111 -
CMYK 0 0.72 0.41 0.27
HSL 334.03º 0.56% 0.47% -
HSV(B) 334.03º 0.72% 0.73% -
XYZ 24.64 14.26 16.49 -
YUV 99.68 134.39 190.28 -
System Red Green Blue C M Y K H S L
Decimal 187 53 111 0 0.72 0.41 0.27 334.03 0.56 0.47
Hex BB 35 6F 0 48 29 1B 14E 38 2F
Octal 273 65 157 0 110 51 33 516 70 57
Binary 10111011 110101 1101111 0 1001000 101001 11011 101001110 111000 101111

Color Harmonies of #BB356F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB356F

Black with #BB356F

Text Example


Text Example

White with #BB356F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB356F; }

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

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

background-color css

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

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

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

border-color css

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

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

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