Html Css Color HEX #BB4B6D Royal Heath

📋 copy color: '#BB4B6D'

red 187 ◦ green 75 ◦ blue 109

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

Shades of Royal Heath #BB4B6D

Tints of Royal Heath #BB4B6D

RGB

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

 GREEN value IS 75 (29.69% from 255) = 20.22%

 BLUE value IS 109 (42.97% from 255) = 29.38%

R = 50.4%
G = 20.22%
B = 29.38%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.42

 K value IS 0.27

RGB Variations

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

Color information

#BB4B6D (or 0xBB4B6D) is known color: Royal Heath. HEX triplet: BB, 4B and 6D. RGB value is (187,75,109). Sum of RGB (Red+Green+Blue) = 187+75+109=371 (49% of max value = 765). Red value is 187 (73.44% from 255 or 50.40% from 371); Green value is 75 (29.69% from 255 or 20.22% from 371); Blue value is 109 (42.97% from 255 or 29.38% from 371); Max value from RGB is 187 - color contains mainly: red. Hex color #BB4B6D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BB4B6D is #44B492. Grayscale: #707070. Windows color (decimal): -4502675 or 7162811. OLE color: 7162811.

HSL color Cylindrical-coordinate representation of color #BB4B6D: hue angle of 341.79º degrees, saturation: 0.45, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #BB4B6D is Cyan = 0, Magento = 0.60, Yellow = 0.42 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 75 109 -
CMYK 0 0.60 0.42 0.27
HSL 341.79º 0.45% 0.51% -
HSV(B) 341.79º 0.6% 0.73% -
XYZ 25.77 16.7 16.33 -
YUV 112.36 126.11 181.24 -
System Red Green Blue C M Y K H S L
Decimal 187 75 109 0 0.60 0.42 0.27 341.79 0.45 0.51
Hex BB 4B 6D 0 3C 2A 1B 156 2D 33
Octal 273 113 155 0 74 52 33 526 55 63
Binary 10111011 1001011 1101101 0 111100 101010 11011 101010110 101101 110011

Color Harmonies of #BB4B6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB4B6D

Black with #BB4B6D

Text Example


Text Example

White with #BB4B6D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB4B6D; }

 p { color: rgb(187,75,109); }

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

background-color css

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

 a { background-color: rgb(187,75,109); }

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

border-color css

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

 span { border-color: rgb(187,75,109); }

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