Html Css Color HEX #BB426E Royal Heath

📋 copy color: '#BB426E'

red 187 ◦ green 66 ◦ blue 110

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

Shades of Royal Heath #BB426E

Tints of Royal Heath #BB426E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 30.3%

R = 51.52%
G = 18.18%
B = 30.3%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.41

 K value IS 0.27

RGB Variations

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

Color information

#BB426E (or 0xBB426E) is known color: Royal Heath. HEX triplet: BB, 42 and 6E. RGB value is (187,66,110). Sum of RGB (Red+Green+Blue) = 187+66+110=363 (48% of max value = 765). Red value is 187 (73.44% from 255 or 51.52% from 363); Green value is 66 (26.17% from 255 or 18.18% from 363); Blue value is 110 (43.36% from 255 or 30.30% from 363); Max value from RGB is 187 - color contains mainly: red. Hex color #BB426E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BB426E is #44BD91. Grayscale: #6B6B6B. Windows color (decimal): -4504978 or 7226043. OLE color: 7226043.

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

Color convert

RGB 187 66 110 -
CMYK 0 0.65 0.41 0.27
HSL 338.18º 0.48% 0.5% -
HSV(B) 338.18º 0.65% 0.73% -
XYZ 25.26 15.59 16.43 -
YUV 107.2 129.59 184.92 -
System Red Green Blue C M Y K H S L
Decimal 187 66 110 0 0.65 0.41 0.27 338.18 0.48 0.5
Hex BB 42 6E 0 41 29 1B 152 30 32
Octal 273 102 156 0 101 51 33 522 60 62
Binary 10111011 1000010 1101110 0 1000001 101001 11011 101010010 110000 110010

Color Harmonies of #BB426E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB426E

Black with #BB426E

Text Example


Text Example

White with #BB426E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB426E; }

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

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

background-color css

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

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

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

border-color css

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

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

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