Html Css Color HEX #B27679 Turkish Rose

📋 copy color: '#B27679'

red 178 ◦ green 118 ◦ blue 121

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

Shades of Turkish Rose #B27679

Tints of Turkish Rose #B27679

RGB

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

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

 BLUE value IS 121 (47.66% from 255) = 29.02%

R = 42.69%
G = 28.3%
B = 29.02%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.32

 K value IS 0.30

RGB Variations

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

Color information

#B27679 (or 0xB27679) is known color: Turkish Rose. HEX triplet: B2, 76 and 79. RGB value is (178,118,121). Sum of RGB (Red+Green+Blue) = 178+118+121=417 (55% of max value = 765). Red value is 178 (69.92% from 255 or 42.69% from 417); Green value is 118 (46.48% from 255 or 28.30% from 417); Blue value is 121 (47.66% from 255 or 29.02% from 417); Max value from RGB is 178 - color contains mainly: red. Hex color #B27679 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B27679 is #4D8986. Grayscale: #888888. Windows color (decimal): -5081479 or 7960242. OLE color: 7960242.

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

Color convert

RGB 178 118 121 -
CMYK 0 0.34 0.32 0.30
HSL 357º 0.28% 0.58% -
HSV(B) 357º 0.34% 0.7% -
XYZ 28.29 23.8 21.19 -
YUV 136.28 119.38 157.76 -
System Red Green Blue C M Y K H S L
Decimal 178 118 121 0 0.34 0.32 0.30 357 0.28 0.58
Hex B2 76 79 0 22 20 1E 165 1C 3A
Octal 262 166 171 0 42 40 36 545 34 72
Binary 10110010 1110110 1111001 0 100010 100000 11110 101100101 11100 111010

Color Harmonies of #B27679

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B27679

Black with #B27679

Text Example


Text Example

White with #B27679

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B27679; }

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

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

background-color css

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

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

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

border-color css

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

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

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