Html Css Color HEX #BB437A Royal Heath

📋 copy color: '#BB437A'

red 187 ◦ green 67 ◦ blue 122

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

Shades of Royal Heath #BB437A

Tints of Royal Heath #BB437A

RGB

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

 GREEN value IS 67 (26.56% from 255) = 17.82%

 BLUE value IS 122 (48.05% from 255) = 32.45%

R = 49.73%
G = 17.82%
B = 32.45%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.35

 K value IS 0.27

RGB Variations

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

Color information

#BB437A (or 0xBB437A) is known color: Royal Heath. HEX triplet: BB, 43 and 7A. RGB value is (187,67,122). Sum of RGB (Red+Green+Blue) = 187+67+122=376 (49% of max value = 765). Red value is 187 (73.44% from 255 or 49.73% from 376); Green value is 67 (26.56% from 255 or 17.82% from 376); Blue value is 122 (48.05% from 255 or 32.45% from 376); Max value from RGB is 187 - color contains mainly: red. Hex color #BB437A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BB437A is #44BC85. Grayscale: #6D6D6D. Windows color (decimal): -4504710 or 8012731. OLE color: 8012731.

HSL color Cylindrical-coordinate representation of color #BB437A: hue angle of 332.5º degrees, saturation: 0.47, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #BB437A is Cyan = 0, Magento = 0.64, Yellow = 0.35 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 67 122 -
CMYK 0 0.64 0.35 0.27
HSL 332.5º 0.47% 0.5% -
HSV(B) 332.5º 0.64% 0.73% -
XYZ 26.01 15.98 20.13 -
YUV 109.15 135.26 183.53 -
System Red Green Blue C M Y K H S L
Decimal 187 67 122 0 0.64 0.35 0.27 332.5 0.47 0.5
Hex BB 43 7A 0 40 23 1B 14C 2F 32
Octal 273 103 172 0 100 43 33 514 57 62
Binary 10111011 1000011 1111010 0 1000000 100011 11011 101001100 101111 110010

Color Harmonies of #BB437A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB437A

Black with #BB437A

Text Example


Text Example

White with #BB437A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB437A; }

 p { color: rgb(187,67,122); }

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

background-color css

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

 a { background-color: rgb(187,67,122); }

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

border-color css

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

 span { border-color: rgb(187,67,122); }

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