Html Css Color HEX #B0696E Turkish Rose

📋 copy color: '#B0696E'

red 176 ◦ green 105 ◦ blue 110

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

Shades of Turkish Rose #B0696E

Tints of Turkish Rose #B0696E

RGB

 RED value IS 176 (69.14% from 255) = 45.01%

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

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

R = 45.01%
G = 26.85%
B = 28.13%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.37

 K value IS 0.31

RGB Variations

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

Color information

#B0696E (or 0xB0696E) is known color: Turkish Rose. HEX triplet: B0, 69 and 6E. RGB value is (176,105,110). Sum of RGB (Red+Green+Blue) = 176+105+110=391 (51% of max value = 765). Red value is 176 (69.14% from 255 or 45.01% from 391); Green value is 105 (41.41% from 255 or 26.85% from 391); Blue value is 110 (43.36% from 255 or 28.13% from 391); Max value from RGB is 176 - color contains mainly: red. Hex color #B0696E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B0696E is #4F9691. Grayscale: #7E7E7E. Windows color (decimal): -5215890 or 7236016. OLE color: 7236016.

HSL color Cylindrical-coordinate representation of color #B0696E: hue angle of 355.77º degrees, saturation: 0.31, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #B0696E is Cyan = 0, Magento = 0.40, Yellow = 0.37 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 105 110 -
CMYK 0 0.40 0.37 0.31
HSL 355.77º 0.31% 0.55% -
HSV(B) 355.77º 0.4% 0.69% -
XYZ 25.77 20.46 17.34 -
YUV 126.8 118.52 163.09 -
System Red Green Blue C M Y K H S L
Decimal 176 105 110 0 0.40 0.37 0.31 355.77 0.31 0.55
Hex B0 69 6E 0 28 25 1F 164 1F 37
Octal 260 151 156 0 50 45 37 544 37 67
Binary 10110000 1101001 1101110 0 101000 100101 11111 101100100 11111 110111

Color Harmonies of #B0696E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0696E

Black with #B0696E

Text Example


Text Example

White with #B0696E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0696E; }

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

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

background-color css

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

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

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

border-color css

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

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

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