Html Css Color HEX #BB426B Royal Heath

📋 copy color: '#BB426B'

red 187 ◦ green 66 ◦ blue 107

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

Shades of Royal Heath #BB426B

Tints of Royal Heath #BB426B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 29.72%

R = 51.94%
G = 18.33%
B = 29.72%

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

#BB426B (or 0xBB426B) is known color: Royal Heath. HEX triplet: BB, 42 and 6B. RGB value is (187,66,107). Sum of RGB (Red+Green+Blue) = 187+66+107=360 (47% of max value = 765). Red value is 187 (73.44% from 255 or 51.94% from 360); Green value is 66 (26.17% from 255 or 18.33% from 360); Blue value is 107 (42.19% from 255 or 29.72% from 360); Max value from RGB is 187 - color contains mainly: red. Hex color #BB426B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BB426B is #44BD94. Grayscale: #6A6A6A. Windows color (decimal): -4504981 or 7029435. OLE color: 7029435.

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

Color convert

RGB 187 66 107 -
CMYK 0 0.65 0.43 0.27
HSL 339.67º 0.48% 0.5% -
HSV(B) 339.67º 0.65% 0.73% -
XYZ 25.1 15.52 15.58 -
YUV 106.85 128.09 185.17 -
System Red Green Blue C M Y K H S L
Decimal 187 66 107 0 0.65 0.43 0.27 339.67 0.48 0.5
Hex BB 42 6B 0 41 2B 1B 154 30 32
Octal 273 102 153 0 101 53 33 524 60 62
Binary 10111011 1000010 1101011 0 1000001 101011 11011 101010100 110000 110010

Color Harmonies of #BB426B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB426B

Black with #BB426B

Text Example


Text Example

White with #BB426B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB426B; }

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

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

background-color css

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

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

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

border-color css

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

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

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