Html Css Color HEX #B36668 Turkish Rose

📋 copy color: '#B36668'

red 179 ◦ green 102 ◦ blue 104

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

Shades of Turkish Rose #B36668

Tints of Turkish Rose #B36668

RGB

 RED value IS 179 (70.31% from 255) = 46.49%

 GREEN value IS 102 (40.23% from 255) = 26.49%

 BLUE value IS 104 (41.02% from 255) = 27.01%

R = 46.49%
G = 26.49%
B = 27.01%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.42

 K value IS 0.30

RGB Variations

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

Color information

#B36668 (or 0xB36668) is known color: Turkish Rose. HEX triplet: B3, 66 and 68. RGB value is (179,102,104). Sum of RGB (Red+Green+Blue) = 179+102+104=385 (50% of max value = 765). Red value is 179 (70.31% from 255 or 46.49% from 385); Green value is 102 (40.23% from 255 or 26.49% from 385); Blue value is 104 (41.02% from 255 or 27.01% from 385); Max value from RGB is 179 - color contains mainly: red. Hex color #B36668 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B36668 is #4C9997. Grayscale: #7D7D7D. Windows color (decimal): -5020056 or 6842035. OLE color: 6842035.

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

Color convert

RGB 179 102 104 -
CMYK 0 0.43 0.42 0.30
HSL 358.44º 0.34% 0.55% -
HSV(B) 358.44º 0.43% 0.7% -
XYZ 25.84 20.09 15.61 -
YUV 125.25 116.01 166.34 -
System Red Green Blue C M Y K H S L
Decimal 179 102 104 0 0.43 0.42 0.30 358.44 0.34 0.55
Hex B3 66 68 0 2B 2A 1E 166 22 37
Octal 263 146 150 0 53 52 36 546 42 67
Binary 10110011 1100110 1101000 0 101011 101010 11110 101100110 100010 110111

Color Harmonies of #B36668

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B36668

Black with #B36668

Text Example


Text Example

White with #B36668

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B36668; }

 p { color: rgb(179,102,104); }

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

background-color css

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

 a { background-color: rgb(179,102,104); }

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

border-color css

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

 span { border-color: rgb(179,102,104); }

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