Html Css Color HEX #BB426A Royal Heath

📋 copy color: '#BB426A'

red 187 ◦ green 66 ◦ blue 106

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

Shades of Royal Heath #BB426A

Tints of Royal Heath #BB426A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 29.53%

R = 52.09%
G = 18.38%
B = 29.53%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.43

 K value IS 0.27

RGB Variations

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

Color information

#BB426A (or 0xBB426A) is known color: Royal Heath. HEX triplet: BB, 42 and 6A. RGB value is (187,66,106). Sum of RGB (Red+Green+Blue) = 187+66+106=359 (47% of max value = 765). Red value is 187 (73.44% from 255 or 52.09% from 359); Green value is 66 (26.17% from 255 or 18.38% from 359); Blue value is 106 (41.80% from 255 or 29.53% from 359); Max value from RGB is 187 - color contains mainly: red. Hex color #BB426A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BB426A is #44BD95. Grayscale: #6A6A6A. Windows color (decimal): -4504982 or 6963899. OLE color: 6963899.

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

Color convert

RGB 187 66 106 -
CMYK 0 0.65 0.43 0.27
HSL 340.17º 0.48% 0.5% -
HSV(B) 340.17º 0.65% 0.73% -
XYZ 25.04 15.5 15.31 -
YUV 106.74 127.59 185.25 -
System Red Green Blue C M Y K H S L
Decimal 187 66 106 0 0.65 0.43 0.27 340.17 0.48 0.5
Hex BB 42 6A 0 41 2B 1B 154 30 32
Octal 273 102 152 0 101 53 33 524 60 62
Binary 10111011 1000010 1101010 0 1000001 101011 11011 101010100 110000 110010

Color Harmonies of #BB426A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB426A

Black with #BB426A

Text Example


Text Example

White with #BB426A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB426A; }

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

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

background-color css

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

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

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

border-color css

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

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

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