Html Css Color HEX #B6747B Turkish Rose

📋 copy color: '#B6747B'

red 182 ◦ green 116 ◦ blue 123

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

Shades of Turkish Rose #B6747B

Tints of Turkish Rose #B6747B

RGB

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

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

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

R = 43.23%
G = 27.55%
B = 29.22%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.32

 K value IS 0.29

RGB Variations

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

Color information

#B6747B (or 0xB6747B) is known color: Turkish Rose. HEX triplet: B6, 74 and 7B. RGB value is (182,116,123). Sum of RGB (Red+Green+Blue) = 182+116+123=421 (55% of max value = 765). Red value is 182 (71.48% from 255 or 43.23% from 421); Green value is 116 (45.70% from 255 or 27.55% from 421); Blue value is 123 (48.44% from 255 or 29.22% from 421); Max value from RGB is 182 - color contains mainly: red. Hex color #B6747B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B6747B is #498B84. Grayscale: #888888. Windows color (decimal): -4819845 or 8090806. OLE color: 8090806.

HSL color Cylindrical-coordinate representation of color #B6747B: hue angle of 353.64º degrees, saturation: 0.31, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #B6747B is Cyan = 0, Magento = 0.36, Yellow = 0.32 and Black (K on CMYK) = 0.29.

Color convert

RGB 182 116 123 -
CMYK 0 0.36 0.32 0.29
HSL 353.64º 0.31% 0.58% -
HSV(B) 353.64º 0.36% 0.71% -
XYZ 29.11 23.87 21.81 -
YUV 136.53 120.37 160.43 -
System Red Green Blue C M Y K H S L
Decimal 182 116 123 0 0.36 0.32 0.29 353.64 0.31 0.58
Hex B6 74 7B 0 24 20 1D 162 1F 3A
Octal 266 164 173 0 44 40 35 542 37 72
Binary 10110110 1110100 1111011 0 100100 100000 11101 101100010 11111 111010

Color Harmonies of #B6747B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B6747B

Black with #B6747B

Text Example


Text Example

White with #B6747B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B6747B; }

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

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

background-color css

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

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

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

border-color css

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

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

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