Html Css Color HEX #B27677 Turkish Rose

📋 copy color: '#B27677'

red 178 ◦ green 118 ◦ blue 119

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

Shades of Turkish Rose #B27677

Tints of Turkish Rose #B27677

RGB

 RED value IS 178 (69.92% from 255) = 42.89%

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

 BLUE value IS 119 (46.88% from 255) = 28.67%

R = 42.89%
G = 28.43%
B = 28.67%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.33

 K value IS 0.30

RGB Variations

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

Color information

#B27677 (or 0xB27677) is known color: Turkish Rose. HEX triplet: B2, 76 and 77. RGB value is (178,118,119). Sum of RGB (Red+Green+Blue) = 178+118+119=415 (54% of max value = 765). Red value is 178 (69.92% from 255 or 42.89% from 415); Green value is 118 (46.48% from 255 or 28.43% from 415); Blue value is 119 (46.88% from 255 or 28.67% from 415); Max value from RGB is 178 - color contains mainly: red. Hex color #B27677 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B27677 is #4D8988. Grayscale: #888888. Windows color (decimal): -5081481 or 7829170. OLE color: 7829170.

HSL color Cylindrical-coordinate representation of color #B27677: hue angle of 359º degrees, saturation: 0.28, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #B27677 is Cyan = 0, Magento = 0.34, Yellow = 0.33 and Black (K on CMYK) = 0.30.

Color convert

RGB 178 118 119 -
CMYK 0 0.34 0.33 0.30
HSL 359º 0.28% 0.58% -
HSV(B) 359º 0.34% 0.7% -
XYZ 28.17 23.75 20.55 -
YUV 136.05 118.38 157.92 -
System Red Green Blue C M Y K H S L
Decimal 178 118 119 0 0.34 0.33 0.30 359 0.28 0.58
Hex B2 76 77 0 22 21 1E 167 1C 3A
Octal 262 166 167 0 42 41 36 547 34 72
Binary 10110010 1110110 1110111 0 100010 100001 11110 101100111 11100 111010

Color Harmonies of #B27677

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B27677

Black with #B27677

Text Example


Text Example

White with #B27677

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B27677; }

 p { color: rgb(178,118,119); }

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

background-color css

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

 a { background-color: rgb(178,118,119); }

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

border-color css

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

 span { border-color: rgb(178,118,119); }

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