Html Css Color HEX #B6747A Turkish Rose

📋 copy color: '#B6747A'

red 182 ◦ green 116 ◦ blue 122

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

Shades of Turkish Rose #B6747A

Tints of Turkish Rose #B6747A

RGB

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

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

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

R = 43.33%
G = 27.62%
B = 29.05%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.33

 K value IS 0.29

RGB Variations

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

Color information

#B6747A (or 0xB6747A) is known color: Turkish Rose. HEX triplet: B6, 74 and 7A. RGB value is (182,116,122). Sum of RGB (Red+Green+Blue) = 182+116+122=420 (55% of max value = 765). Red value is 182 (71.48% from 255 or 43.33% from 420); Green value is 116 (45.70% from 255 or 27.62% from 420); Blue value is 122 (48.05% from 255 or 29.05% from 420); Max value from RGB is 182 - color contains mainly: red. Hex color #B6747A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B6747A is #498B85. Grayscale: #888888. Windows color (decimal): -4819846 or 8025270. OLE color: 8025270.

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

Color convert

RGB 182 116 122 -
CMYK 0 0.36 0.33 0.29
HSL 354.55º 0.31% 0.58% -
HSV(B) 354.55º 0.36% 0.71% -
XYZ 29.05 23.84 21.48 -
YUV 136.42 119.87 160.51 -
System Red Green Blue C M Y K H S L
Decimal 182 116 122 0 0.36 0.33 0.29 354.55 0.31 0.58
Hex B6 74 7A 0 24 21 1D 163 1F 3A
Octal 266 164 172 0 44 41 35 543 37 72
Binary 10110110 1110100 1111010 0 100100 100001 11101 101100011 11111 111010

Color Harmonies of #B6747A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B6747A

Black with #B6747A

Text Example


Text Example

White with #B6747A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B6747A; }

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

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

background-color css

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

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

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

border-color css

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

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

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