Html Css Color HEX #BB446A Royal Heath

📋 copy color: '#BB446A'

red 187 ◦ green 68 ◦ blue 106

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

Shades of Royal Heath #BB446A

Tints of Royal Heath #BB446A

RGB

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

 GREEN value IS 68 (26.95% from 255) = 18.84%

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

R = 51.8%
G = 18.84%
B = 29.36%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.43

 K value IS 0.27

RGB Variations

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

Color information

#BB446A (or 0xBB446A) is known color: Royal Heath. HEX triplet: BB, 44 and 6A. RGB value is (187,68,106). Sum of RGB (Red+Green+Blue) = 187+68+106=361 (47% of max value = 765). Red value is 187 (73.44% from 255 or 51.80% from 361); Green value is 68 (26.95% from 255 or 18.84% from 361); Blue value is 106 (41.80% from 255 or 29.36% from 361); Max value from RGB is 187 - color contains mainly: red. Hex color #BB446A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BB446A is #44BB95. Grayscale: #6B6B6B. Windows color (decimal): -4504470 or 6964411. OLE color: 6964411.

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

Color convert

RGB 187 68 106 -
CMYK 0 0.64 0.43 0.27
HSL 340.84º 0.47% 0.5% -
HSV(B) 340.84º 0.64% 0.73% -
XYZ 25.16 15.74 15.35 -
YUV 107.91 126.92 184.41 -
System Red Green Blue C M Y K H S L
Decimal 187 68 106 0 0.64 0.43 0.27 340.84 0.47 0.5
Hex BB 44 6A 0 40 2B 1B 155 2F 32
Octal 273 104 152 0 100 53 33 525 57 62
Binary 10111011 1000100 1101010 0 1000000 101011 11011 101010101 101111 110010

Color Harmonies of #BB446A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB446A

Black with #BB446A

Text Example


Text Example

White with #BB446A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB446A; }

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

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

background-color css

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

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

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

border-color css

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

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

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