Html Css Color HEX #B7696A Turkish Rose

📋 copy color: '#B7696A'

red 183 ◦ green 105 ◦ blue 106

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

Shades of Turkish Rose #B7696A

Tints of Turkish Rose #B7696A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 26.9%

R = 46.45%
G = 26.65%
B = 26.9%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.42

 K value IS 0.28

RGB Variations

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

Color information

#B7696A (or 0xB7696A) is known color: Turkish Rose. HEX triplet: B7, 69 and 6A. RGB value is (183,105,106). Sum of RGB (Red+Green+Blue) = 183+105+106=394 (52% of max value = 765). Red value is 183 (71.88% from 255 or 46.45% from 394); Green value is 105 (41.41% from 255 or 26.65% from 394); Blue value is 106 (41.80% from 255 or 26.90% from 394); Max value from RGB is 183 - color contains mainly: red. Hex color #B7696A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B7696A is #489695. Grayscale: #808080. Windows color (decimal): -4757142 or 6973879. OLE color: 6973879.

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

Color convert

RGB 183 105 106 -
CMYK 0 0.43 0.42 0.28
HSL 359.23º 0.35% 0.56% -
HSV(B) 359.23º 0.43% 0.72% -
XYZ 27.18 21.21 16.3 -
YUV 128.44 115.34 166.92 -
System Red Green Blue C M Y K H S L
Decimal 183 105 106 0 0.43 0.42 0.28 359.23 0.35 0.56
Hex B7 69 6A 0 2B 2A 1C 167 23 38
Octal 267 151 152 0 53 52 34 547 43 70
Binary 10110111 1101001 1101010 0 101011 101010 11100 101100111 100011 111000

Color Harmonies of #B7696A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B7696A

Black with #B7696A

Text Example


Text Example

White with #B7696A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B7696A; }

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

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

background-color css

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

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

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

border-color css

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

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

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