Html Css Color HEX #BF366D Royal Heath

📋 copy color: '#BF366D'

red 191 ◦ green 54 ◦ blue 109

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

Shades of Royal Heath #BF366D

Tints of Royal Heath #BF366D

RGB

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

 GREEN value IS 54 (21.48% from 255) = 15.25%

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

R = 53.95%
G = 15.25%
B = 30.79%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.43

 K value IS 0.25

RGB Variations

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

Color information

#BF366D (or 0xBF366D) is known color: Royal Heath. HEX triplet: BF, 36 and 6D. RGB value is (191,54,109). Sum of RGB (Red+Green+Blue) = 191+54+109=354 (46% of max value = 765). Red value is 191 (75% from 255 or 53.95% from 354); Green value is 54 (21.48% from 255 or 15.25% from 354); Blue value is 109 (42.97% from 255 or 30.79% from 354); Max value from RGB is 191 - color contains mainly: red. Hex color #BF366D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BF366D is #40C992. Grayscale: #656565. Windows color (decimal): -4245907 or 7157439. OLE color: 7157439.

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

Color convert

RGB 191 54 109 -
CMYK 0 0.72 0.43 0.25
HSL 335.91º 0.56% 0.48% -
HSV(B) 335.91º 0.72% 0.75% -
XYZ 25.57 14.82 15.98 -
YUV 101.23 132.39 192.03 -
System Red Green Blue C M Y K H S L
Decimal 191 54 109 0 0.72 0.43 0.25 335.91 0.56 0.48
Hex BF 36 6D 0 48 2B 19 150 38 30
Octal 277 66 155 0 110 53 31 520 70 60
Binary 10111111 110110 1101101 0 1001000 101011 11001 101010000 111000 110000

Color Harmonies of #BF366D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF366D

Black with #BF366D

Text Example


Text Example

White with #BF366D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF366D; }

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

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

background-color css

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

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

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

border-color css

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

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

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