Html Css Color HEX #B4777B Turkish Rose

📋 copy color: '#B4777B'

red 180 ◦ green 119 ◦ blue 123

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

Shades of Turkish Rose #B4777B

Tints of Turkish Rose #B4777B

RGB

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

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

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

R = 42.65%
G = 28.2%
B = 29.15%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.32

 K value IS 0.29

RGB Variations

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

Color information

#B4777B (or 0xB4777B) is known color: Turkish Rose. HEX triplet: B4, 77 and 7B. RGB value is (180,119,123). Sum of RGB (Red+Green+Blue) = 180+119+123=422 (55% of max value = 765). Red value is 180 (70.70% from 255 or 42.65% from 422); Green value is 119 (46.88% from 255 or 28.20% from 422); Blue value is 123 (48.44% from 255 or 29.15% from 422); Max value from RGB is 180 - color contains mainly: red. Hex color #B4777B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B4777B is #4B8884. Grayscale: #898989. Windows color (decimal): -4950149 or 8091572. OLE color: 8091572.

HSL color Cylindrical-coordinate representation of color #B4777B: hue angle of 356.07º 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 #B4777B is Cyan = 0, Magento = 0.34, Yellow = 0.32 and Black (K on CMYK) = 0.29.

Color convert

RGB 180 119 123 -
CMYK 0 0.34 0.32 0.29
HSL 356.07º 0.29% 0.59% -
HSV(B) 356.07º 0.34% 0.71% -
XYZ 28.99 24.33 21.91 -
YUV 137.7 119.71 158.17 -
System Red Green Blue C M Y K H S L
Decimal 180 119 123 0 0.34 0.32 0.29 356.07 0.29 0.59
Hex B4 77 7B 0 22 20 1D 164 1D 3B
Octal 264 167 173 0 42 40 35 544 35 73
Binary 10110100 1110111 1111011 0 100010 100000 11101 101100100 11101 111011

Color Harmonies of #B4777B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4777B

Black with #B4777B

Text Example


Text Example

White with #B4777B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4777B; }

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

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

background-color css

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

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

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

border-color css

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

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

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