Html Css Color HEX #BB4F75 Royal Heath

📋 copy color: '#BB4F75'

red 187 ◦ green 79 ◦ blue 117

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

Shades of Royal Heath #BB4F75

Tints of Royal Heath #BB4F75

RGB

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

 GREEN value IS 79 (31.25% from 255) = 20.63%

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

R = 48.83%
G = 20.63%
B = 30.55%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.37

 K value IS 0.27

RGB Variations

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

Color information

#BB4F75 (or 0xBB4F75) is known color: Royal Heath. HEX triplet: BB, 4F and 75. RGB value is (187,79,117). Sum of RGB (Red+Green+Blue) = 187+79+117=383 (50% of max value = 765). Red value is 187 (73.44% from 255 or 48.83% from 383); Green value is 79 (31.25% from 255 or 20.63% from 383); Blue value is 117 (46.09% from 255 or 30.55% from 383); Max value from RGB is 187 - color contains mainly: red. Hex color #BB4F75 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BB4F75 is #44B08A. Grayscale: #737373. Windows color (decimal): -4501643 or 7688123. OLE color: 7688123.

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

Color convert

RGB 187 79 117 -
CMYK 0 0.58 0.37 0.27
HSL 338.89º 0.44% 0.52% -
HSV(B) 338.89º 0.58% 0.73% -
XYZ 26.5 17.44 18.8 -
YUV 115.62 128.78 178.91 -
System Red Green Blue C M Y K H S L
Decimal 187 79 117 0 0.58 0.37 0.27 338.89 0.44 0.52
Hex BB 4F 75 0 3A 25 1B 153 2C 34
Octal 273 117 165 0 72 45 33 523 54 64
Binary 10111011 1001111 1110101 0 111010 100101 11011 101010011 101100 110100

Color Harmonies of #BB4F75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB4F75

Black with #BB4F75

Text Example


Text Example

White with #BB4F75

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB4F75; }

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

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

background-color css

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

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

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

border-color css

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

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

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