Html Css Color HEX #BB4469 Royal Heath

📋 copy color: '#BB4469'

red 187 ◦ green 68 ◦ blue 105

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

Shades of Royal Heath #BB4469

Tints of Royal Heath #BB4469

RGB

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

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

 BLUE value IS 105 (41.41% from 255) = 29.17%

R = 51.94%
G = 18.89%
B = 29.17%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.44

 K value IS 0.27

RGB Variations

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

Color information

#BB4469 (or 0xBB4469) is known color: Royal Heath. HEX triplet: BB, 44 and 69. RGB value is (187,68,105). Sum of RGB (Red+Green+Blue) = 187+68+105=360 (47% of max value = 765). Red value is 187 (73.44% from 255 or 51.94% from 360); Green value is 68 (26.95% from 255 or 18.89% from 360); Blue value is 105 (41.41% from 255 or 29.17% from 360); Max value from RGB is 187 - color contains mainly: red. Hex color #BB4469 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BB4469 is #44BB96. Grayscale: #6B6B6B. Windows color (decimal): -4504471 or 6898875. OLE color: 6898875.

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

Color convert

RGB 187 68 105 -
CMYK 0 0.64 0.44 0.27
HSL 341.34º 0.47% 0.5% -
HSV(B) 341.34º 0.64% 0.73% -
XYZ 25.11 15.72 15.08 -
YUV 107.8 126.42 184.49 -
System Red Green Blue C M Y K H S L
Decimal 187 68 105 0 0.64 0.44 0.27 341.34 0.47 0.5
Hex BB 44 69 0 40 2C 1B 155 2F 32
Octal 273 104 151 0 100 54 33 525 57 62
Binary 10111011 1000100 1101001 0 1000000 101100 11011 101010101 101111 110010

Color Harmonies of #BB4469

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB4469

Black with #BB4469

Text Example


Text Example

White with #BB4469

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB4469; }

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

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

background-color css

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

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

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

border-color css

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

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

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