Html Css Color HEX #BB4268 Royal Heath

📋 copy color: '#BB4268'

red 187 ◦ green 66 ◦ blue 104

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

Shades of Royal Heath #BB4268

Tints of Royal Heath #BB4268

RGB

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

 GREEN value IS 66 (26.17% from 255) = 18.49%

 BLUE value IS 104 (41.02% from 255) = 29.13%

R = 52.38%
G = 18.49%
B = 29.13%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.44

 K value IS 0.27

RGB Variations

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

Color information

#BB4268 (or 0xBB4268) is known color: Royal Heath. HEX triplet: BB, 42 and 68. RGB value is (187,66,104). Sum of RGB (Red+Green+Blue) = 187+66+104=357 (47% of max value = 765). Red value is 187 (73.44% from 255 or 52.38% from 357); Green value is 66 (26.17% from 255 or 18.49% from 357); Blue value is 104 (41.02% from 255 or 29.13% from 357); Max value from RGB is 187 - color contains mainly: red. Hex color #BB4268 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BB4268 is #44BD97. Grayscale: #6A6A6A. Windows color (decimal): -4504984 or 6832827. OLE color: 6832827.

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

Color convert

RGB 187 66 104 -
CMYK 0 0.65 0.44 0.27
HSL 341.16º 0.48% 0.5% -
HSV(B) 341.16º 0.65% 0.73% -
XYZ 24.94 15.46 14.77 -
YUV 106.51 126.59 185.41 -
System Red Green Blue C M Y K H S L
Decimal 187 66 104 0 0.65 0.44 0.27 341.16 0.48 0.5
Hex BB 42 68 0 41 2C 1B 155 30 32
Octal 273 102 150 0 101 54 33 525 60 62
Binary 10111011 1000010 1101000 0 1000001 101100 11011 101010101 110000 110010

Color Harmonies of #BB4268

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB4268

Black with #BB4268

Text Example


Text Example

White with #BB4268

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB4268; }

 p { color: rgb(187,66,104); }

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

background-color css

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

 a { background-color: rgb(187,66,104); }

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

border-color css

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

 span { border-color: rgb(187,66,104); }

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