Html Css Color HEX #B27579 Turkish Rose

📋 copy color: '#B27579'

red 178 ◦ green 117 ◦ blue 121

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

Shades of Turkish Rose #B27579

Tints of Turkish Rose #B27579

RGB

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

 GREEN value IS 117 (46.09% from 255) = 28.13%

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

R = 42.79%
G = 28.13%
B = 29.09%

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

#B27579 (or 0xB27579) is known color: Turkish Rose. HEX triplet: B2, 75 and 79. RGB value is (178,117,121). Sum of RGB (Red+Green+Blue) = 178+117+121=416 (55% of max value = 765). Red value is 178 (69.92% from 255 or 42.79% from 416); Green value is 117 (46.09% from 255 or 28.12% from 416); Blue value is 121 (47.66% from 255 or 29.09% from 416); Max value from RGB is 178 - color contains mainly: red. Hex color #B27579 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B27579 is #4D8A86. Grayscale: #878787. Windows color (decimal): -5081735 or 7959986. OLE color: 7959986.

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

Color convert

RGB 178 117 121 -
CMYK 0 0.34 0.32 0.30
HSL 356.07º 0.28% 0.58% -
HSV(B) 356.07º 0.34% 0.7% -
XYZ 28.17 23.57 21.15 -
YUV 135.7 119.71 158.17 -
System Red Green Blue C M Y K H S L
Decimal 178 117 121 0 0.34 0.32 0.30 356.07 0.28 0.58
Hex B2 75 79 0 22 20 1E 164 1C 3A
Octal 262 165 171 0 42 40 36 544 34 72
Binary 10110010 1110101 1111001 0 100010 100000 11110 101100100 11100 111010

Color Harmonies of #B27579

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B27579

Black with #B27579

Text Example


Text Example

White with #B27579

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B27579; }

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

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

background-color css

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

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

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

border-color css

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

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

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