Html Css Color HEX #B8696E Turkish Rose

📋 copy color: '#B8696E'

red 184 ◦ green 105 ◦ blue 110

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

Shades of Turkish Rose #B8696E

Tints of Turkish Rose #B8696E

RGB

 RED value IS 184 (72.27% from 255) = 46.12%

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

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

R = 46.12%
G = 26.32%
B = 27.57%

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

#B8696E (or 0xB8696E) is known color: Turkish Rose. HEX triplet: B8, 69 and 6E. RGB value is (184,105,110). Sum of RGB (Red+Green+Blue) = 184+105+110=399 (52% of max value = 765). Red value is 184 (72.27% from 255 or 46.12% from 399); Green value is 105 (41.41% from 255 or 26.32% from 399); Blue value is 110 (43.36% from 255 or 27.57% from 399); Max value from RGB is 184 - color contains mainly: red. Hex color #B8696E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B8696E is #479691. Grayscale: #818181. Windows color (decimal): -4691602 or 7236024. OLE color: 7236024.

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

Color convert

RGB 184 105 110 -
CMYK 0 0.43 0.40 0.28
HSL 356.2º 0.36% 0.57% -
HSV(B) 356.2º 0.43% 0.72% -
XYZ 27.63 21.42 17.43 -
YUV 129.19 117.17 167.09 -
System Red Green Blue C M Y K H S L
Decimal 184 105 110 0 0.43 0.40 0.28 356.2 0.36 0.57
Hex B8 69 6E 0 2B 28 1C 164 24 39
Octal 270 151 156 0 53 50 34 544 44 71
Binary 10111000 1101001 1101110 0 101011 101000 11100 101100100 100100 111001

Color Harmonies of #B8696E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8696E

Black with #B8696E

Text Example


Text Example

White with #B8696E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8696E; }

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

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

background-color css

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

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

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

border-color css

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

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

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