Html Css Color HEX #B4777C Turkish Rose

📋 copy color: '#B4777C'

red 180 ◦ green 119 ◦ blue 124

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

Shades of Turkish Rose #B4777C

Tints of Turkish Rose #B4777C

RGB

 RED value IS 180 (70.7% from 255) = 42.55%

 GREEN value IS 119 (46.88% from 255) = 28.13%

 BLUE value IS 124 (48.83% from 255) = 29.31%

R = 42.55%
G = 28.13%
B = 29.31%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.31

 K value IS 0.29

RGB Variations

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

Color information

#B4777C (or 0xB4777C) is known color: Turkish Rose. HEX triplet: B4, 77 and 7C. RGB value is (180,119,124). Sum of RGB (Red+Green+Blue) = 180+119+124=423 (56% of max value = 765). Red value is 180 (70.70% from 255 or 42.55% from 423); Green value is 119 (46.88% from 255 or 28.13% from 423); Blue value is 124 (48.83% from 255 or 29.31% from 423); Max value from RGB is 180 - color contains mainly: red. Hex color #B4777C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B4777C is #4B8883. Grayscale: #898989. Windows color (decimal): -4950148 or 8157108. OLE color: 8157108.

HSL color Cylindrical-coordinate representation of color #B4777C: hue angle of 355.08º degrees, saturation: 0.29, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #B4777C is Cyan = 0, Magento = 0.34, Yellow = 0.31 and Black (K on CMYK) = 0.29.

Color convert

RGB 180 119 124 -
CMYK 0 0.34 0.31 0.29
HSL 355.08º 0.29% 0.59% -
HSV(B) 355.08º 0.34% 0.71% -
XYZ 29.06 24.35 22.24 -
YUV 137.81 120.21 158.09 -
System Red Green Blue C M Y K H S L
Decimal 180 119 124 0 0.34 0.31 0.29 355.08 0.29 0.59
Hex B4 77 7C 0 22 1F 1D 163 1D 3B
Octal 264 167 174 0 42 37 35 543 35 73
Binary 10110100 1110111 1111100 0 100010 11111 11101 101100011 11101 111011

Color Harmonies of #B4777C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4777C

Black with #B4777C

Text Example


Text Example

White with #B4777C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4777C; }

 p { color: rgb(180,119,124); }

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

background-color css

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

 a { background-color: rgb(180,119,124); }

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

border-color css

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

 span { border-color: rgb(180,119,124); }

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