Html Css Color HEX #BB4375 Royal Heath

📋 copy color: '#BB4375'

red 187 ◦ green 67 ◦ blue 117

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

Shades of Royal Heath #BB4375

Tints of Royal Heath #BB4375

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 31.54%

R = 50.4%
G = 18.06%
B = 31.54%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.37

 K value IS 0.27

RGB Variations

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

Color information

#BB4375 (or 0xBB4375) is known color: Royal Heath. HEX triplet: BB, 43 and 75. RGB value is (187,67,117). Sum of RGB (Red+Green+Blue) = 187+67+117=371 (49% of max value = 765). Red value is 187 (73.44% from 255 or 50.40% from 371); Green value is 67 (26.56% from 255 or 18.06% from 371); Blue value is 117 (46.09% from 255 or 31.54% from 371); Max value from RGB is 187 - color contains mainly: red. Hex color #BB4375 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BB4375 is #44BC8A. Grayscale: #6C6C6C. Windows color (decimal): -4504715 or 7685051. OLE color: 7685051.

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

Color convert

RGB 187 67 117 -
CMYK 0 0.64 0.37 0.27
HSL 335º 0.47% 0.5% -
HSV(B) 335º 0.64% 0.73% -
XYZ 25.71 15.86 18.54 -
YUV 108.58 132.76 183.93 -
System Red Green Blue C M Y K H S L
Decimal 187 67 117 0 0.64 0.37 0.27 335 0.47 0.5
Hex BB 43 75 0 40 25 1B 14F 2F 32
Octal 273 103 165 0 100 45 33 517 57 62
Binary 10111011 1000011 1110101 0 1000000 100101 11011 101001111 101111 110010

Color Harmonies of #BB4375

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB4375

Black with #BB4375

Text Example


Text Example

White with #BB4375

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB4375; }

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

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

background-color css

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

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

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

border-color css

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

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

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