Html Css Color HEX #B2696C Turkish Rose

📋 copy color: '#B2696C'

red 178 ◦ green 105 ◦ blue 108

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

Shades of Turkish Rose #B2696C

Tints of Turkish Rose #B2696C

RGB

 RED value IS 178 (69.92% from 255) = 45.52%

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

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

R = 45.52%
G = 26.85%
B = 27.62%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.39

 K value IS 0.30

RGB Variations

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

Color information

#B2696C (or 0xB2696C) is known color: Turkish Rose. HEX triplet: B2, 69 and 6C. RGB value is (178,105,108). Sum of RGB (Red+Green+Blue) = 178+105+108=391 (51% of max value = 765). Red value is 178 (69.92% from 255 or 45.52% from 391); Green value is 105 (41.41% from 255 or 26.85% from 391); Blue value is 108 (42.58% from 255 or 27.62% from 391); Max value from RGB is 178 - color contains mainly: red. Hex color #B2696C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B2696C is #4D9693. Grayscale: #7F7F7F. Windows color (decimal): -5084820 or 7104946. OLE color: 7104946.

HSL color Cylindrical-coordinate representation of color #B2696C: hue angle of 357.53º degrees, saturation: 0.32, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #B2696C is Cyan = 0, Magento = 0.41, Yellow = 0.39 and Black (K on CMYK) = 0.30.

Color convert

RGB 178 105 108 -
CMYK 0 0.41 0.39 0.30
HSL 357.53º 0.32% 0.55% -
HSV(B) 357.53º 0.41% 0.7% -
XYZ 26.12 20.65 16.8 -
YUV 127.17 117.18 164.26 -
System Red Green Blue C M Y K H S L
Decimal 178 105 108 0 0.41 0.39 0.30 357.53 0.32 0.55
Hex B2 69 6C 0 29 27 1E 166 20 37
Octal 262 151 154 0 51 47 36 546 40 67
Binary 10110010 1101001 1101100 0 101001 100111 11110 101100110 100000 110111

Color Harmonies of #B2696C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2696C

Black with #B2696C

Text Example


Text Example

White with #B2696C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2696C; }

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

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

background-color css

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

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

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

border-color css

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

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

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