Html Css Color HEX #BF436D Royal Heath

📋 copy color: '#BF436D'

red 191 ◦ green 67 ◦ blue 109

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

Shades of Royal Heath #BF436D

Tints of Royal Heath #BF436D

RGB

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

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

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

R = 52.04%
G = 18.26%
B = 29.7%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.43

 K value IS 0.25

RGB Variations

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

Color information

#BF436D (or 0xBF436D) is known color: Royal Heath. HEX triplet: BF, 43 and 6D. RGB value is (191,67,109). Sum of RGB (Red+Green+Blue) = 191+67+109=367 (48% of max value = 765). Red value is 191 (75% from 255 or 52.04% from 367); Green value is 67 (26.56% from 255 or 18.26% from 367); Blue value is 109 (42.97% from 255 or 29.70% from 367); Max value from RGB is 191 - color contains mainly: red. Hex color #BF436D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BF436D is #40BC92. Grayscale: #6C6C6C. Windows color (decimal): -4242579 or 7160767. OLE color: 7160767.

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

Color convert

RGB 191 67 109 -
CMYK 0 0.65 0.43 0.25
HSL 339.68º 0.49% 0.51% -
HSV(B) 339.68º 0.65% 0.75% -
XYZ 26.25 16.19 16.21 -
YUV 108.86 128.08 186.58 -
System Red Green Blue C M Y K H S L
Decimal 191 67 109 0 0.65 0.43 0.25 339.68 0.49 0.51
Hex BF 43 6D 0 41 2B 19 154 31 33
Octal 277 103 155 0 101 53 31 524 61 63
Binary 10111111 1000011 1101101 0 1000001 101011 11001 101010100 110001 110011

Color Harmonies of #BF436D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF436D

Black with #BF436D

Text Example


Text Example

White with #BF436D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF436D; }

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

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

background-color css

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

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

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

border-color css

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

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

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