Html Css Color HEX #B14D7D Royal Heath

📋 copy color: '#B14D7D'

red 177 ◦ green 77 ◦ blue 125

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

Shades of Royal Heath #B14D7D

Tints of Royal Heath #B14D7D

RGB

 RED value IS 177 (69.53% from 255) = 46.7%

 GREEN value IS 77 (30.47% from 255) = 20.32%

 BLUE value IS 125 (49.22% from 255) = 32.98%

R = 46.7%
G = 20.32%
B = 32.98%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.29

 K value IS 0.31

RGB Variations

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

Color information

#B14D7D (or 0xB14D7D) is known color: Royal Heath. HEX triplet: B1, 4D and 7D. RGB value is (177,77,125). Sum of RGB (Red+Green+Blue) = 177+77+125=379 (50% of max value = 765). Red value is 177 (69.53% from 255 or 46.70% from 379); Green value is 77 (30.47% from 255 or 20.32% from 379); Blue value is 125 (49.22% from 255 or 32.98% from 379); Max value from RGB is 177 - color contains mainly: red. Hex color #B14D7D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B14D7D is #4EB282. Grayscale: #707070. Windows color (decimal): -5157507 or 8211889. OLE color: 8211889.

HSL color Cylindrical-coordinate representation of color #B14D7D: hue angle of 331.2º degrees, saturation: 0.39, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #B14D7D is Cyan = 0, Magento = 0.56, Yellow = 0.29 and Black (K on CMYK) = 0.31.

Color convert

RGB 177 77 125 -
CMYK 0 0.56 0.29 0.31
HSL 331.2º 0.39% 0.5% -
HSV(B) 331.2º 0.56% 0.69% -
XYZ 24.49 16.14 21.23 -
YUV 112.37 135.13 174.1 -
System Red Green Blue C M Y K H S L
Decimal 177 77 125 0 0.56 0.29 0.31 331.2 0.39 0.5
Hex B1 4D 7D 0 38 1D 1F 14B 27 32
Octal 261 115 175 0 70 35 37 513 47 62
Binary 10110001 1001101 1111101 0 111000 11101 11111 101001011 100111 110010

Color Harmonies of #B14D7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B14D7D

Black with #B14D7D

Text Example


Text Example

White with #B14D7D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B14D7D; }

 p { color: rgb(177,77,125); }

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

background-color css

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

 a { background-color: rgb(177,77,125); }

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

border-color css

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

 span { border-color: rgb(177,77,125); }

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