Html Css Color HEX #BF326D Royal Heath

📋 copy color: '#BF326D'

red 191 ◦ green 50 ◦ blue 109

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

Shades of Royal Heath #BF326D

Tints of Royal Heath #BF326D

RGB

 RED value IS 191 (75% from 255) = 54.57%

 GREEN value IS 50 (19.92% from 255) = 14.29%

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

R = 54.57%
G = 14.29%
B = 31.14%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.43

 K value IS 0.25

RGB Variations

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

Color information

#BF326D (or 0xBF326D) is known color: Royal Heath. HEX triplet: BF, 32 and 6D. RGB value is (191,50,109). Sum of RGB (Red+Green+Blue) = 191+50+109=350 (46% of max value = 765). Red value is 191 (75% from 255 or 54.57% from 350); Green value is 50 (19.92% from 255 or 14.29% from 350); Blue value is 109 (42.97% from 255 or 31.14% from 350); Max value from RGB is 191 - color contains mainly: red. Hex color #BF326D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BF326D is #40CD92. Grayscale: #626262. Windows color (decimal): -4246931 or 7156415. OLE color: 7156415.

HSL color Cylindrical-coordinate representation of color #BF326D: hue angle of 334.89º degrees, saturation: 0.59, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #BF326D is Cyan = 0, Magento = 0.74, Yellow = 0.43 and Black (K on CMYK) = 0.25.

Color convert

RGB 191 50 109 -
CMYK 0 0.74 0.43 0.25
HSL 334.89º 0.59% 0.47% -
HSV(B) 334.89º 0.74% 0.75% -
XYZ 25.39 14.46 15.92 -
YUV 98.89 133.71 193.7 -
System Red Green Blue C M Y K H S L
Decimal 191 50 109 0 0.74 0.43 0.25 334.89 0.59 0.47
Hex BF 32 6D 0 4A 2B 19 14F 3B 2F
Octal 277 62 155 0 112 53 31 517 73 57
Binary 10111111 110010 1101101 0 1001010 101011 11001 101001111 111011 101111

Color Harmonies of #BF326D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF326D

Black with #BF326D

Text Example


Text Example

White with #BF326D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF326D; }

 p { color: rgb(191,50,109); }

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

background-color css

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

 a { background-color: rgb(191,50,109); }

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

border-color css

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

 span { border-color: rgb(191,50,109); }

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