Html Css Color HEX #B8696B Turkish Rose

📋 copy color: '#B8696B'

red 184 ◦ green 105 ◦ blue 107

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

Shades of Turkish Rose #B8696B

Tints of Turkish Rose #B8696B

RGB

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

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

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

R = 46.46%
G = 26.52%
B = 27.02%

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

#B8696B (or 0xB8696B) is known color: Turkish Rose. HEX triplet: B8, 69 and 6B. RGB value is (184,105,107). Sum of RGB (Red+Green+Blue) = 184+105+107=396 (52% of max value = 765). Red value is 184 (72.27% from 255 or 46.46% from 396); Green value is 105 (41.41% from 255 or 26.52% from 396); Blue value is 107 (42.19% from 255 or 27.02% from 396); Max value from RGB is 184 - color contains mainly: red. Hex color #B8696B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B8696B is #479694. Grayscale: #808080. Windows color (decimal): -4691605 or 7039416. OLE color: 7039416.

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

Color convert

RGB 184 105 107 -
CMYK 0 0.43 0.42 0.28
HSL 358.48º 0.36% 0.57% -
HSV(B) 358.48º 0.43% 0.72% -
XYZ 27.47 21.36 16.58 -
YUV 128.85 115.67 167.34 -
System Red Green Blue C M Y K H S L
Decimal 184 105 107 0 0.43 0.42 0.28 358.48 0.36 0.57
Hex B8 69 6B 0 2B 2A 1C 166 24 39
Octal 270 151 153 0 53 52 34 546 44 71
Binary 10111000 1101001 1101011 0 101011 101010 11100 101100110 100100 111001

Color Harmonies of #B8696B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8696B

Black with #B8696B

Text Example


Text Example

White with #B8696B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8696B; }

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

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

background-color css

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

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

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

border-color css

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

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

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