Html Css Color HEX #B6696F Turkish Rose

📋 copy color: '#B6696F'

red 182 ◦ green 105 ◦ blue 111

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

Shades of Turkish Rose #B6696F

Tints of Turkish Rose #B6696F

RGB

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

 GREEN value IS 105 (41.41% from 255) = 26.38%

 BLUE value IS 111 (43.75% from 255) = 27.89%

R = 45.73%
G = 26.38%
B = 27.89%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.39

 K value IS 0.29

RGB Variations

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

Color information

#B6696F (or 0xB6696F) is known color: Turkish Rose. HEX triplet: B6, 69 and 6F. RGB value is (182,105,111). Sum of RGB (Red+Green+Blue) = 182+105+111=398 (52% of max value = 765). Red value is 182 (71.48% from 255 or 45.73% from 398); Green value is 105 (41.41% from 255 or 26.38% from 398); Blue value is 111 (43.75% from 255 or 27.89% from 398); Max value from RGB is 182 - color contains mainly: red. Hex color #B6696F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B6696F is #499690. Grayscale: #808080. Windows color (decimal): -4822673 or 7301558. OLE color: 7301558.

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

Color convert

RGB 182 105 111 -
CMYK 0 0.42 0.39 0.29
HSL 355.32º 0.35% 0.56% -
HSV(B) 355.32º 0.42% 0.71% -
XYZ 27.21 21.2 17.7 -
YUV 128.71 118.01 166.01 -
System Red Green Blue C M Y K H S L
Decimal 182 105 111 0 0.42 0.39 0.29 355.32 0.35 0.56
Hex B6 69 6F 0 2A 27 1D 163 23 38
Octal 266 151 157 0 52 47 35 543 43 70
Binary 10110110 1101001 1101111 0 101010 100111 11101 101100011 100011 111000

Color Harmonies of #B6696F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B6696F

Black with #B6696F

Text Example


Text Example

White with #B6696F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B6696F; }

 p { color: rgb(182,105,111); }

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

background-color css

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

 a { background-color: rgb(182,105,111); }

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

border-color css

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

 span { border-color: rgb(182,105,111); }

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