Html Css Color HEX #B6777C Turkish Rose

📋 copy color: '#B6777C'

red 182 ◦ green 119 ◦ blue 124

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

Shades of Turkish Rose #B6777C

Tints of Turkish Rose #B6777C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 29.18%

R = 42.82%
G = 28%
B = 29.18%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.32

 K value IS 0.29

RGB Variations

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

Color information

#B6777C (or 0xB6777C) is known color: Turkish Rose. HEX triplet: B6, 77 and 7C. RGB value is (182,119,124). Sum of RGB (Red+Green+Blue) = 182+119+124=425 (56% of max value = 765). Red value is 182 (71.48% from 255 or 42.82% from 425); Green value is 119 (46.88% from 255 or 28% from 425); Blue value is 124 (48.83% from 255 or 29.18% from 425); Max value from RGB is 182 - color contains mainly: red. Hex color #B6777C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B6777C is #498883. Grayscale: #8A8A8A. Windows color (decimal): -4819076 or 8157110. OLE color: 8157110.

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

Color convert

RGB 182 119 124 -
CMYK 0 0.35 0.32 0.29
HSL 355.24º 0.3% 0.59% -
HSV(B) 355.24º 0.35% 0.71% -
XYZ 29.53 24.59 22.26 -
YUV 138.41 119.87 159.09 -
System Red Green Blue C M Y K H S L
Decimal 182 119 124 0 0.35 0.32 0.29 355.24 0.3 0.59
Hex B6 77 7C 0 23 20 1D 163 1E 3B
Octal 266 167 174 0 43 40 35 543 36 73
Binary 10110110 1110111 1111100 0 100011 100000 11101 101100011 11110 111011

Color Harmonies of #B6777C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B6777C

Black with #B6777C

Text Example


Text Example

White with #B6777C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B6777C; }

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

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

background-color css

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

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

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

border-color css

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

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

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