Html Css Color HEX #BF4274 Royal Heath

📋 copy color: '#BF4274'

red 191 ◦ green 66 ◦ blue 116

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

Shades of Royal Heath #BF4274

Tints of Royal Heath #BF4274

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 31.1%

R = 51.21%
G = 17.69%
B = 31.1%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.39

 K value IS 0.25

RGB Variations

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

Color information

#BF4274 (or 0xBF4274) is known color: Royal Heath. HEX triplet: BF, 42 and 74. RGB value is (191,66,116). Sum of RGB (Red+Green+Blue) = 191+66+116=373 (49% of max value = 765). Red value is 191 (75% from 255 or 51.21% from 373); Green value is 66 (26.17% from 255 or 17.69% from 373); Blue value is 116 (45.70% from 255 or 31.10% from 373); Max value from RGB is 191 - color contains mainly: red. Hex color #BF4274 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BF4274 is #40BD8B. Grayscale: #6D6D6D. Windows color (decimal): -4242828 or 7619263. OLE color: 7619263.

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

Color convert

RGB 191 66 116 -
CMYK 0 0.65 0.39 0.25
HSL 336º 0.49% 0.5% -
HSV(B) 336º 0.65% 0.75% -
XYZ 26.59 16.23 18.26 -
YUV 109.08 131.91 186.43 -
System Red Green Blue C M Y K H S L
Decimal 191 66 116 0 0.65 0.39 0.25 336 0.49 0.5
Hex BF 42 74 0 41 27 19 150 31 32
Octal 277 102 164 0 101 47 31 520 61 62
Binary 10111111 1000010 1110100 0 1000001 100111 11001 101010000 110001 110010

Color Harmonies of #BF4274

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF4274

Black with #BF4274

Text Example


Text Example

White with #BF4274

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF4274; }

 p { color: rgb(191,66,116); }

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

background-color css

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

 a { background-color: rgb(191,66,116); }

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

border-color css

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

 span { border-color: rgb(191,66,116); }

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