Html Css Color HEX #B14B7B Royal Heath

📋 copy color: '#B14B7B'

red 177 ◦ green 75 ◦ blue 123

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

Shades of Royal Heath #B14B7B

Tints of Royal Heath #B14B7B

RGB

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

 GREEN value IS 75 (29.69% from 255) = 20%

 BLUE value IS 123 (48.44% from 255) = 32.8%

R = 47.2%
G = 20%
B = 32.8%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.31

 K value IS 0.31

RGB Variations

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

Color information

#B14B7B (or 0xB14B7B) is known color: Royal Heath. HEX triplet: B1, 4B and 7B. RGB value is (177,75,123). Sum of RGB (Red+Green+Blue) = 177+75+123=375 (49% of max value = 765). Red value is 177 (69.53% from 255 or 47.2% from 375); Green value is 75 (29.69% from 255 or 20% from 375); Blue value is 123 (48.44% from 255 or 32.8% from 375); Max value from RGB is 177 - color contains mainly: red. Hex color #B14B7B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B14B7B is #4EB484. Grayscale: #6E6E6E. Windows color (decimal): -5158021 or 8080305. OLE color: 8080305.

HSL color Cylindrical-coordinate representation of color #B14B7B: hue angle of 331.76º degrees, saturation: 0.4, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #B14B7B is Cyan = 0, Magento = 0.58, Yellow = 0.31 and Black (K on CMYK) = 0.31.

Color convert

RGB 177 75 123 -
CMYK 0 0.58 0.31 0.31
HSL 331.76º 0.4% 0.49% -
HSV(B) 331.76º 0.58% 0.69% -
XYZ 24.22 15.81 20.51 -
YUV 110.97 134.79 175.1 -
System Red Green Blue C M Y K H S L
Decimal 177 75 123 0 0.58 0.31 0.31 331.76 0.4 0.49
Hex B1 4B 7B 0 3A 1F 1F 14C 28 31
Octal 261 113 173 0 72 37 37 514 50 61
Binary 10110001 1001011 1111011 0 111010 11111 11111 101001100 101000 110001

Color Harmonies of #B14B7B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B14B7B

Black with #B14B7B

Text Example


Text Example

White with #B14B7B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B14B7B; }

 p { color: rgb(177,75,123); }

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

background-color css

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

 a { background-color: rgb(177,75,123); }

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

border-color css

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

 span { border-color: rgb(177,75,123); }

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