Html Css Color HEX #BB4274 Royal Heath

📋 copy color: '#BB4274'

red 187 ◦ green 66 ◦ blue 116

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

Shades of Royal Heath #BB4274

Tints of Royal Heath #BB4274

RGB

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

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

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

R = 50.68%
G = 17.89%
B = 31.44%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.38

 K value IS 0.27

RGB Variations

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

Color information

#BB4274 (or 0xBB4274) is known color: Royal Heath. HEX triplet: BB, 42 and 74. RGB value is (187,66,116). Sum of RGB (Red+Green+Blue) = 187+66+116=369 (48% of max value = 765). Red value is 187 (73.44% from 255 or 50.68% from 369); Green value is 66 (26.17% from 255 or 17.89% from 369); Blue value is 116 (45.70% from 255 or 31.44% from 369); Max value from RGB is 187 - color contains mainly: red. Hex color #BB4274 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BB4274 is #44BD8B. Grayscale: #6B6B6B. Windows color (decimal): -4504972 or 7619259. OLE color: 7619259.

HSL color Cylindrical-coordinate representation of color #BB4274: hue angle of 335.21º 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 #BB4274 is Cyan = 0, Magento = 0.65, Yellow = 0.38 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 66 116 -
CMYK 0 0.65 0.38 0.27
HSL 335.21º 0.48% 0.5% -
HSV(B) 335.21º 0.65% 0.73% -
XYZ 25.59 15.72 18.21 -
YUV 107.88 132.59 184.43 -
System Red Green Blue C M Y K H S L
Decimal 187 66 116 0 0.65 0.38 0.27 335.21 0.48 0.5
Hex BB 42 74 0 41 26 1B 14F 30 32
Octal 273 102 164 0 101 46 33 517 60 62
Binary 10111011 1000010 1110100 0 1000001 100110 11011 101001111 110000 110010

Color Harmonies of #BB4274

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB4274

Black with #BB4274

Text Example


Text Example

White with #BB4274

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB4274; }

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

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

background-color css

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

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

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

border-color css

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

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

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