Html Css Color HEX #BB4369 Royal Heath

📋 copy color: '#BB4369'

red 187 ◦ green 67 ◦ blue 105

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

Shades of Royal Heath #BB4369

Tints of Royal Heath #BB4369

RGB

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

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

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

R = 52.09%
G = 18.66%
B = 29.25%

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

#BB4369 (or 0xBB4369) is known color: Royal Heath. HEX triplet: BB, 43 and 69. RGB value is (187,67,105). Sum of RGB (Red+Green+Blue) = 187+67+105=359 (47% of max value = 765). Red value is 187 (73.44% from 255 or 52.09% from 359); Green value is 67 (26.56% from 255 or 18.66% from 359); Blue value is 105 (41.41% from 255 or 29.25% from 359); Max value from RGB is 187 - color contains mainly: red. Hex color #BB4369 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BB4369 is #44BC96. Grayscale: #6B6B6B. Windows color (decimal): -4504727 or 6898619. OLE color: 6898619.

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

Color convert

RGB 187 67 105 -
CMYK 0 0.64 0.44 0.27
HSL 341º 0.47% 0.5% -
HSV(B) 341º 0.64% 0.73% -
XYZ 25.05 15.6 15.06 -
YUV 107.21 126.76 184.91 -
System Red Green Blue C M Y K H S L
Decimal 187 67 105 0 0.64 0.44 0.27 341 0.47 0.5
Hex BB 43 69 0 40 2C 1B 155 2F 32
Octal 273 103 151 0 100 54 33 525 57 62
Binary 10111011 1000011 1101001 0 1000000 101100 11011 101010101 101111 110010

Color Harmonies of #BB4369

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB4369

Black with #BB4369

Text Example


Text Example

White with #BB4369

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB4369; }

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

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

background-color css

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

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

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

border-color css

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

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

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