Html Css Color HEX #BB4C74 Royal Heath

📋 copy color: '#BB4C74'

red 187 ◦ green 76 ◦ blue 116

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

Shades of Royal Heath #BB4C74

Tints of Royal Heath #BB4C74

RGB

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

 GREEN value IS 76 (30.08% from 255) = 20.05%

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

R = 49.34%
G = 20.05%
B = 30.61%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.38

 K value IS 0.27

RGB Variations

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

Color information

#BB4C74 (or 0xBB4C74) is known color: Royal Heath. HEX triplet: BB, 4C and 74. RGB value is (187,76,116). Sum of RGB (Red+Green+Blue) = 187+76+116=379 (50% of max value = 765). Red value is 187 (73.44% from 255 or 49.34% from 379); Green value is 76 (30.08% from 255 or 20.05% from 379); Blue value is 116 (45.70% from 255 or 30.61% from 379); Max value from RGB is 187 - color contains mainly: red. Hex color #BB4C74 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BB4C74 is #44B38B. Grayscale: #717171. Windows color (decimal): -4502412 or 7621819. OLE color: 7621819.

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

Color convert

RGB 187 76 116 -
CMYK 0 0.59 0.38 0.27
HSL 338.38º 0.45% 0.52% -
HSV(B) 338.38º 0.59% 0.73% -
XYZ 26.23 16.99 18.42 -
YUV 113.75 129.27 180.25 -
System Red Green Blue C M Y K H S L
Decimal 187 76 116 0 0.59 0.38 0.27 338.38 0.45 0.52
Hex BB 4C 74 0 3B 26 1B 152 2D 34
Octal 273 114 164 0 73 46 33 522 55 64
Binary 10111011 1001100 1110100 0 111011 100110 11011 101010010 101101 110100

Color Harmonies of #BB4C74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB4C74

Black with #BB4C74

Text Example


Text Example

White with #BB4C74

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB4C74; }

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

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

background-color css

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

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

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

border-color css

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

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

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