Html Css Color HEX #B14B6C Royal Heath

📋 copy color: '#B14B6C'

red 177 ◦ green 75 ◦ blue 108

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

Shades of Royal Heath #B14B6C

Tints of Royal Heath #B14B6C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 30%

R = 49.17%
G = 20.83%
B = 30%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.39

 K value IS 0.31

RGB Variations

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

Color information

#B14B6C (or 0xB14B6C) is known color: Royal Heath. HEX triplet: B1, 4B and 6C. RGB value is (177,75,108). Sum of RGB (Red+Green+Blue) = 177+75+108=360 (47% of max value = 765). Red value is 177 (69.53% from 255 or 49.17% from 360); Green value is 75 (29.69% from 255 or 20.83% from 360); Blue value is 108 (42.58% from 255 or 30% from 360); Max value from RGB is 177 - color contains mainly: red. Hex color #B14B6C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B14B6C is #4EB493. Grayscale: #6D6D6D. Windows color (decimal): -5158036 or 7097265. OLE color: 7097265.

HSL color Cylindrical-coordinate representation of color #B14B6C: hue angle of 340.59º 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 #B14B6C is Cyan = 0, Magento = 0.58, Yellow = 0.39 and Black (K on CMYK) = 0.31.

Color convert

RGB 177 75 108 -
CMYK 0 0.58 0.39 0.31
HSL 340.59º 0.4% 0.49% -
HSV(B) 340.59º 0.58% 0.69% -
XYZ 23.35 15.46 15.94 -
YUV 109.26 127.29 176.32 -
System Red Green Blue C M Y K H S L
Decimal 177 75 108 0 0.58 0.39 0.31 340.59 0.4 0.49
Hex B1 4B 6C 0 3A 27 1F 155 28 31
Octal 261 113 154 0 72 47 37 525 50 61
Binary 10110001 1001011 1101100 0 111010 100111 11111 101010101 101000 110001

Color Harmonies of #B14B6C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B14B6C

Black with #B14B6C

Text Example


Text Example

White with #B14B6C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B14B6C; }

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

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

background-color css

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

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

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

border-color css

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

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

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