Html Css Color HEX #B6777A Turkish Rose

📋 copy color: '#B6777A'

red 182 ◦ green 119 ◦ blue 122

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

Shades of Turkish Rose #B6777A

Tints of Turkish Rose #B6777A

RGB

 RED value IS 182 (71.48% from 255) = 43.03%

 GREEN value IS 119 (46.88% from 255) = 28.13%

 BLUE value IS 122 (48.05% from 255) = 28.84%

R = 43.03%
G = 28.13%
B = 28.84%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.33

 K value IS 0.29

RGB Variations

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

Color information

#B6777A (or 0xB6777A) is known color: Turkish Rose. HEX triplet: B6, 77 and 7A. RGB value is (182,119,122). Sum of RGB (Red+Green+Blue) = 182+119+122=423 (56% of max value = 765). Red value is 182 (71.48% from 255 or 43.03% from 423); Green value is 119 (46.88% from 255 or 28.13% from 423); Blue value is 122 (48.05% from 255 or 28.84% from 423); Max value from RGB is 182 - color contains mainly: red. Hex color #B6777A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B6777A is #498885. Grayscale: #8A8A8A. Windows color (decimal): -4819078 or 8026038. OLE color: 8026038.

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

Color convert

RGB 182 119 122 -
CMYK 0 0.35 0.33 0.29
HSL 357.14º 0.3% 0.59% -
HSV(B) 357.14º 0.35% 0.71% -
XYZ 29.4 24.54 21.6 -
YUV 138.18 118.87 159.26 -
System Red Green Blue C M Y K H S L
Decimal 182 119 122 0 0.35 0.33 0.29 357.14 0.3 0.59
Hex B6 77 7A 0 23 21 1D 165 1E 3B
Octal 266 167 172 0 43 41 35 545 36 73
Binary 10110110 1110111 1111010 0 100011 100001 11101 101100101 11110 111011

Color Harmonies of #B6777A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B6777A

Black with #B6777A

Text Example


Text Example

White with #B6777A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B6777A; }

 p { color: rgb(182,119,122); }

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

background-color css

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

 a { background-color: rgb(182,119,122); }

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

border-color css

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

 span { border-color: rgb(182,119,122); }

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