Html Css Color HEX #B8696C Turkish Rose

📋 copy color: '#B8696C'

red 184 ◦ green 105 ◦ blue 108

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

Shades of Turkish Rose #B8696C

Tints of Turkish Rose #B8696C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 27.2%

R = 46.35%
G = 26.45%
B = 27.2%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.41

 K value IS 0.28

RGB Variations

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

Color information

#B8696C (or 0xB8696C) is known color: Turkish Rose. HEX triplet: B8, 69 and 6C. RGB value is (184,105,108). Sum of RGB (Red+Green+Blue) = 184+105+108=397 (52% of max value = 765). Red value is 184 (72.27% from 255 or 46.35% from 397); Green value is 105 (41.41% from 255 or 26.45% from 397); Blue value is 108 (42.58% from 255 or 27.20% from 397); Max value from RGB is 184 - color contains mainly: red. Hex color #B8696C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B8696C is #479693. Grayscale: #818181. Windows color (decimal): -4691604 or 7104952. OLE color: 7104952.

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

Color convert

RGB 184 105 108 -
CMYK 0 0.43 0.41 0.28
HSL 357.72º 0.36% 0.57% -
HSV(B) 357.72º 0.43% 0.72% -
XYZ 27.53 21.38 16.86 -
YUV 128.96 116.17 167.26 -
System Red Green Blue C M Y K H S L
Decimal 184 105 108 0 0.43 0.41 0.28 357.72 0.36 0.57
Hex B8 69 6C 0 2B 29 1C 166 24 39
Octal 270 151 154 0 53 51 34 546 44 71
Binary 10111000 1101001 1101100 0 101011 101001 11100 101100110 100100 111001

Color Harmonies of #B8696C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8696C

Black with #B8696C

Text Example


Text Example

White with #B8696C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8696C; }

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

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

background-color css

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

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

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

border-color css

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

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

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