Html Css Color HEX #BB4275 Royal Heath

📋 copy color: '#BB4275'

red 187 ◦ green 66 ◦ blue 117

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

Shades of Royal Heath #BB4275

Tints of Royal Heath #BB4275

RGB

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

 GREEN value IS 66 (26.17% from 255) = 17.84%

 BLUE value IS 117 (46.09% from 255) = 31.62%

R = 50.54%
G = 17.84%
B = 31.62%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.37

 K value IS 0.27

RGB Variations

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

Color information

#BB4275 (or 0xBB4275) is known color: Royal Heath. HEX triplet: BB, 42 and 75. RGB value is (187,66,117). Sum of RGB (Red+Green+Blue) = 187+66+117=370 (49% of max value = 765). Red value is 187 (73.44% from 255 or 50.54% from 370); Green value is 66 (26.17% from 255 or 17.84% from 370); Blue value is 117 (46.09% from 255 or 31.62% from 370); Max value from RGB is 187 - color contains mainly: red. Hex color #BB4275 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BB4275 is #44BD8A. Grayscale: #6B6B6B. Windows color (decimal): -4504971 or 7684795. OLE color: 7684795.

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

Color convert

RGB 187 66 117 -
CMYK 0 0.65 0.37 0.27
HSL 334.71º 0.48% 0.5% -
HSV(B) 334.71º 0.65% 0.73% -
XYZ 25.65 15.75 18.52 -
YUV 107.99 133.09 184.35 -
System Red Green Blue C M Y K H S L
Decimal 187 66 117 0 0.65 0.37 0.27 334.71 0.48 0.5
Hex BB 42 75 0 41 25 1B 14F 30 32
Octal 273 102 165 0 101 45 33 517 60 62
Binary 10111011 1000010 1110101 0 1000001 100101 11011 101001111 110000 110010

Color Harmonies of #BB4275

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB4275

Black with #BB4275

Text Example


Text Example

White with #BB4275

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB4275; }

 p { color: rgb(187,66,117); }

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

background-color css

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

 a { background-color: rgb(187,66,117); }

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

border-color css

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

 span { border-color: rgb(187,66,117); }

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