Html Css Color HEX #B27477 Turkish Rose

📋 copy color: '#B27477'

red 178 ◦ green 116 ◦ blue 119

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

Shades of Turkish Rose #B27477

Tints of Turkish Rose #B27477

RGB

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

 GREEN value IS 116 (45.7% from 255) = 28.09%

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

R = 43.1%
G = 28.09%
B = 28.81%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.33

 K value IS 0.30

RGB Variations

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

Color information

#B27477 (or 0xB27477) is known color: Turkish Rose. HEX triplet: B2, 74 and 77. RGB value is (178,116,119). Sum of RGB (Red+Green+Blue) = 178+116+119=413 (54% of max value = 765). Red value is 178 (69.92% from 255 or 43.10% from 413); Green value is 116 (45.70% from 255 or 28.09% from 413); Blue value is 119 (46.88% from 255 or 28.81% from 413); Max value from RGB is 178 - color contains mainly: red. Hex color #B27477 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B27477 is #4D8B88. Grayscale: #868686. Windows color (decimal): -5081993 or 7828658. OLE color: 7828658.

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

Color convert

RGB 178 116 119 -
CMYK 0 0.35 0.33 0.30
HSL 357.1º 0.29% 0.58% -
HSV(B) 357.1º 0.35% 0.7% -
XYZ 27.94 23.29 20.48 -
YUV 134.88 119.04 158.76 -
System Red Green Blue C M Y K H S L
Decimal 178 116 119 0 0.35 0.33 0.30 357.1 0.29 0.58
Hex B2 74 77 0 23 21 1E 165 1D 3A
Octal 262 164 167 0 43 41 36 545 35 72
Binary 10110010 1110100 1110111 0 100011 100001 11110 101100101 11101 111010

Color Harmonies of #B27477

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B27477

Black with #B27477

Text Example


Text Example

White with #B27477

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B27477; }

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

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

background-color css

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

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

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

border-color css

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

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

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