Html Css Color HEX #B17678 Turkish Rose

📋 copy color: '#B17678'

red 177 ◦ green 118 ◦ blue 120

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

Shades of Turkish Rose #B17678

Tints of Turkish Rose #B17678

RGB

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

 GREEN value IS 118 (46.48% from 255) = 28.43%

 BLUE value IS 120 (47.27% from 255) = 28.92%

R = 42.65%
G = 28.43%
B = 28.92%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.32

 K value IS 0.31

RGB Variations

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

Color information

#B17678 (or 0xB17678) is known color: Turkish Rose. HEX triplet: B1, 76 and 78. RGB value is (177,118,120). Sum of RGB (Red+Green+Blue) = 177+118+120=415 (54% of max value = 765). Red value is 177 (69.53% from 255 or 42.65% from 415); Green value is 118 (46.48% from 255 or 28.43% from 415); Blue value is 120 (47.27% from 255 or 28.92% from 415); Max value from RGB is 177 - color contains mainly: red. Hex color #B17678 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B17678 is #4E8987. Grayscale: #878787. Windows color (decimal): -5147016 or 7894705. OLE color: 7894705.

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

Color convert

RGB 177 118 120 -
CMYK 0 0.33 0.32 0.31
HSL 357.97º 0.27% 0.58% -
HSV(B) 357.97º 0.33% 0.69% -
XYZ 28 23.66 20.86 -
YUV 135.87 119.05 157.34 -
System Red Green Blue C M Y K H S L
Decimal 177 118 120 0 0.33 0.32 0.31 357.97 0.27 0.58
Hex B1 76 78 0 21 20 1F 166 1B 3A
Octal 261 166 170 0 41 40 37 546 33 72
Binary 10110001 1110110 1111000 0 100001 100000 11111 101100110 11011 111010

Color Harmonies of #B17678

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B17678

Black with #B17678

Text Example


Text Example

White with #B17678

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B17678; }

 p { color: rgb(177,118,120); }

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

background-color css

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

 a { background-color: rgb(177,118,120); }

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

border-color css

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

 span { border-color: rgb(177,118,120); }

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