Html Css Color HEX #B7696E Turkish Rose

📋 copy color: '#B7696E'

red 183 ◦ green 105 ◦ blue 110

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

Shades of Turkish Rose #B7696E

Tints of Turkish Rose #B7696E

RGB

 RED value IS 183 (71.88% from 255) = 45.98%

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

 BLUE value IS 110 (43.36% from 255) = 27.64%

R = 45.98%
G = 26.38%
B = 27.64%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.40

 K value IS 0.28

RGB Variations

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

Color information

#B7696E (or 0xB7696E) is known color: Turkish Rose. HEX triplet: B7, 69 and 6E. RGB value is (183,105,110). Sum of RGB (Red+Green+Blue) = 183+105+110=398 (52% of max value = 765). Red value is 183 (71.88% from 255 or 45.98% from 398); Green value is 105 (41.41% from 255 or 26.38% from 398); Blue value is 110 (43.36% from 255 or 27.64% from 398); Max value from RGB is 183 - color contains mainly: red. Hex color #B7696E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B7696E is #489691. Grayscale: #808080. Windows color (decimal): -4757138 or 7236023. OLE color: 7236023.

HSL color Cylindrical-coordinate representation of color #B7696E: hue angle of 356.15º degrees, saturation: 0.35, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #B7696E is Cyan = 0, Magento = 0.43, Yellow = 0.40 and Black (K on CMYK) = 0.28.

Color convert

RGB 183 105 110 -
CMYK 0 0.43 0.40 0.28
HSL 356.15º 0.35% 0.56% -
HSV(B) 356.15º 0.43% 0.72% -
XYZ 27.39 21.3 17.42 -
YUV 128.89 117.34 166.59 -
System Red Green Blue C M Y K H S L
Decimal 183 105 110 0 0.43 0.40 0.28 356.15 0.35 0.56
Hex B7 69 6E 0 2B 28 1C 164 23 38
Octal 267 151 156 0 53 50 34 544 43 70
Binary 10110111 1101001 1101110 0 101011 101000 11100 101100100 100011 111000

Color Harmonies of #B7696E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B7696E

Black with #B7696E

Text Example


Text Example

White with #B7696E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B7696E; }

 p { color: rgb(183,105,110); }

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

background-color css

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

 a { background-color: rgb(183,105,110); }

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

border-color css

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

 span { border-color: rgb(183,105,110); }

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