Html Css Color HEX #BB4074 Royal Heath

📋 copy color: '#BB4074'

red 187 ◦ green 64 ◦ blue 116

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

Shades of Royal Heath #BB4074

Tints of Royal Heath #BB4074

RGB

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

 GREEN value IS 64 (25.39% from 255) = 17.44%

 BLUE value IS 116 (45.7% from 255) = 31.61%

R = 50.95%
G = 17.44%
B = 31.61%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.38

 K value IS 0.27

RGB Variations

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

Color information

#BB4074 (or 0xBB4074) is known color: Royal Heath. HEX triplet: BB, 40 and 74. RGB value is (187,64,116). Sum of RGB (Red+Green+Blue) = 187+64+116=367 (48% of max value = 765). Red value is 187 (73.44% from 255 or 50.95% from 367); Green value is 64 (25.39% from 255 or 17.44% from 367); Blue value is 116 (45.70% from 255 or 31.61% from 367); Max value from RGB is 187 - color contains mainly: red. Hex color #BB4074 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BB4074 is #44BF8B. Grayscale: #6A6A6A. Windows color (decimal): -4505484 or 7618747. OLE color: 7618747.

HSL color Cylindrical-coordinate representation of color #BB4074: hue angle of 334.63º degrees, saturation: 0.49, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #BB4074 is Cyan = 0, Magento = 0.66, Yellow = 0.38 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 64 116 -
CMYK 0 0.66 0.38 0.27
HSL 334.63º 0.49% 0.49% -
HSV(B) 334.63º 0.66% 0.73% -
XYZ 25.48 15.49 18.17 -
YUV 106.71 133.25 185.27 -
System Red Green Blue C M Y K H S L
Decimal 187 64 116 0 0.66 0.38 0.27 334.63 0.49 0.49
Hex BB 40 74 0 42 26 1B 14F 31 31
Octal 273 100 164 0 102 46 33 517 61 61
Binary 10111011 1000000 1110100 0 1000010 100110 11011 101001111 110001 110001

Color Harmonies of #BB4074

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB4074

Black with #BB4074

Text Example


Text Example

White with #BB4074

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB4074; }

 p { color: rgb(187,64,116); }

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

background-color css

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

 a { background-color: rgb(187,64,116); }

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

border-color css

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

 span { border-color: rgb(187,64,116); }

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