Html Css Color HEX #B27577 Turkish Rose

📋 copy color: '#B27577'

red 178 ◦ green 117 ◦ blue 119

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

Shades of Turkish Rose #B27577

Tints of Turkish Rose #B27577

RGB

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

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

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

R = 43%
G = 28.26%
B = 28.74%

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

#B27577 (or 0xB27577) is known color: Turkish Rose. HEX triplet: B2, 75 and 77. RGB value is (178,117,119). Sum of RGB (Red+Green+Blue) = 178+117+119=414 (54% of max value = 765). Red value is 178 (69.92% from 255 or 43.00% from 414); Green value is 117 (46.09% from 255 or 28.26% from 414); Blue value is 119 (46.88% from 255 or 28.74% from 414); Max value from RGB is 178 - color contains mainly: red. Hex color #B27577 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B27577 is #4D8A88. Grayscale: #878787. Windows color (decimal): -5081737 or 7828914. OLE color: 7828914.

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

Color convert

RGB 178 117 119 -
CMYK 0 0.34 0.33 0.30
HSL 358.03º 0.28% 0.58% -
HSV(B) 358.03º 0.34% 0.7% -
XYZ 28.05 23.52 20.51 -
YUV 135.47 118.71 158.34 -
System Red Green Blue C M Y K H S L
Decimal 178 117 119 0 0.34 0.33 0.30 358.03 0.28 0.58
Hex B2 75 77 0 22 21 1E 166 1C 3A
Octal 262 165 167 0 42 41 36 546 34 72
Binary 10110010 1110101 1110111 0 100010 100001 11110 101100110 11100 111010

Color Harmonies of #B27577

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B27577

Black with #B27577

Text Example


Text Example

White with #B27577

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B27577; }

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

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

background-color css

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

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

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

border-color css

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

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

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