Html Css Color HEX #B6696B Turkish Rose

📋 copy color: '#B6696B'

red 182 ◦ green 105 ◦ blue 107

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

Shades of Turkish Rose #B6696B

Tints of Turkish Rose #B6696B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 27.16%

R = 46.19%
G = 26.65%
B = 27.16%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.41

 K value IS 0.29

RGB Variations

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

Color information

#B6696B (or 0xB6696B) is known color: Turkish Rose. HEX triplet: B6, 69 and 6B. RGB value is (182,105,107). Sum of RGB (Red+Green+Blue) = 182+105+107=394 (52% of max value = 765). Red value is 182 (71.48% from 255 or 46.19% from 394); Green value is 105 (41.41% from 255 or 26.65% from 394); Blue value is 107 (42.19% from 255 or 27.16% from 394); Max value from RGB is 182 - color contains mainly: red. Hex color #B6696B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B6696B is #499694. Grayscale: #808080. Windows color (decimal): -4822677 or 7039414. OLE color: 7039414.

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

Color convert

RGB 182 105 107 -
CMYK 0 0.42 0.41 0.29
HSL 358.44º 0.35% 0.56% -
HSV(B) 358.44º 0.42% 0.71% -
XYZ 27 21.11 16.56 -
YUV 128.25 116.01 166.34 -
System Red Green Blue C M Y K H S L
Decimal 182 105 107 0 0.42 0.41 0.29 358.44 0.35 0.56
Hex B6 69 6B 0 2A 29 1D 166 23 38
Octal 266 151 153 0 52 51 35 546 43 70
Binary 10110110 1101001 1101011 0 101010 101001 11101 101100110 100011 111000

Color Harmonies of #B6696B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B6696B

Black with #B6696B

Text Example


Text Example

White with #B6696B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B6696B; }

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

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

background-color css

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

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

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

border-color css

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

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

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