Html Css Color HEX #B6777B Turkish Rose

📋 copy color: '#B6777B'

red 182 ◦ green 119 ◦ blue 123

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

Shades of Turkish Rose #B6777B

Tints of Turkish Rose #B6777B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 29.01%

R = 42.92%
G = 28.07%
B = 29.01%

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

#B6777B (or 0xB6777B) is known color: Turkish Rose. HEX triplet: B6, 77 and 7B. RGB value is (182,119,123). Sum of RGB (Red+Green+Blue) = 182+119+123=424 (56% of max value = 765). Red value is 182 (71.48% from 255 or 42.92% from 424); Green value is 119 (46.88% from 255 or 28.07% from 424); Blue value is 123 (48.44% from 255 or 29.01% from 424); Max value from RGB is 182 - color contains mainly: red. Hex color #B6777B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B6777B is #498884. Grayscale: #8A8A8A. Windows color (decimal): -4819077 or 8091574. OLE color: 8091574.

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

Color convert

RGB 182 119 123 -
CMYK 0 0.35 0.32 0.29
HSL 356.19º 0.3% 0.59% -
HSV(B) 356.19º 0.35% 0.71% -
XYZ 29.46 24.57 21.93 -
YUV 138.29 119.37 159.17 -
System Red Green Blue C M Y K H S L
Decimal 182 119 123 0 0.35 0.32 0.29 356.19 0.3 0.59
Hex B6 77 7B 0 23 20 1D 164 1E 3B
Octal 266 167 173 0 43 40 35 544 36 73
Binary 10110110 1110111 1111011 0 100011 100000 11101 101100100 11110 111011

Color Harmonies of #B6777B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B6777B

Black with #B6777B

Text Example


Text Example

White with #B6777B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B6777B; }

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

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

background-color css

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

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

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

border-color css

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

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

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