Html Css Color HEX #BF3A68 Royal Heath

📋 copy color: '#BF3A68'

red 191 ◦ green 58 ◦ blue 104

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

Shades of Royal Heath #BF3A68

Tints of Royal Heath #BF3A68

RGB

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

 GREEN value IS 58 (23.05% from 255) = 16.43%

 BLUE value IS 104 (41.02% from 255) = 29.46%

R = 54.11%
G = 16.43%
B = 29.46%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.46

 K value IS 0.25

RGB Variations

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

Color information

#BF3A68 (or 0xBF3A68) is known color: Royal Heath. HEX triplet: BF, 3A and 68. RGB value is (191,58,104). Sum of RGB (Red+Green+Blue) = 191+58+104=353 (46% of max value = 765). Red value is 191 (75% from 255 or 54.11% from 353); Green value is 58 (23.05% from 255 or 16.43% from 353); Blue value is 104 (41.02% from 255 or 29.46% from 353); Max value from RGB is 191 - color contains mainly: red. Hex color #BF3A68 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BF3A68 is #40C597. Grayscale: #666666. Windows color (decimal): -4244888 or 6830783. OLE color: 6830783.

HSL color Cylindrical-coordinate representation of color #BF3A68: hue angle of 339.25º degrees, saturation: 0.53, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #BF3A68 is Cyan = 0, Magento = 0.70, Yellow = 0.46 and Black (K on CMYK) = 0.25.

Color convert

RGB 191 58 104 -
CMYK 0 0.70 0.46 0.25
HSL 339.25º 0.53% 0.49% -
HSV(B) 339.25º 0.7% 0.75% -
XYZ 25.5 15.1 14.67 -
YUV 103.01 128.56 190.76 -
System Red Green Blue C M Y K H S L
Decimal 191 58 104 0 0.70 0.46 0.25 339.25 0.53 0.49
Hex BF 3A 68 0 46 2E 19 153 35 31
Octal 277 72 150 0 106 56 31 523 65 61
Binary 10111111 111010 1101000 0 1000110 101110 11001 101010011 110101 110001

Color Harmonies of #BF3A68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF3A68

Black with #BF3A68

Text Example


Text Example

White with #BF3A68

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF3A68; }

 p { color: rgb(191,58,104); }

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

background-color css

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

 a { background-color: rgb(191,58,104); }

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

border-color css

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

 span { border-color: rgb(191,58,104); }

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