Html Css Color HEX #B36466 Turkish Rose

📋 copy color: '#B36466'

red 179 ◦ green 100 ◦ blue 102

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

Shades of Turkish Rose #B36466

Tints of Turkish Rose #B36466

RGB

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

 GREEN value IS 100 (39.45% from 255) = 26.25%

 BLUE value IS 102 (40.23% from 255) = 26.77%

R = 46.98%
G = 26.25%
B = 26.77%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.43

 K value IS 0.30

RGB Variations

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

Color information

#B36466 (or 0xB36466) is known color: Turkish Rose. HEX triplet: B3, 64 and 66. RGB value is (179,100,102). Sum of RGB (Red+Green+Blue) = 179+100+102=381 (50% of max value = 765). Red value is 179 (70.31% from 255 or 46.98% from 381); Green value is 100 (39.45% from 255 or 26.25% from 381); Blue value is 102 (40.23% from 255 or 26.77% from 381); Max value from RGB is 179 - color contains mainly: red. Hex color #B36466 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B36466 is #4C9B99. Grayscale: #7B7B7B. Windows color (decimal): -5020570 or 6710451. OLE color: 6710451.

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

Color convert

RGB 179 100 102 -
CMYK 0 0.44 0.43 0.30
HSL 358.48º 0.34% 0.55% -
HSV(B) 358.48º 0.44% 0.7% -
XYZ 25.55 19.66 15.02 -
YUV 123.85 115.67 167.34 -
System Red Green Blue C M Y K H S L
Decimal 179 100 102 0 0.44 0.43 0.30 358.48 0.34 0.55
Hex B3 64 66 0 2C 2B 1E 166 22 37
Octal 263 144 146 0 54 53 36 546 42 67
Binary 10110011 1100100 1100110 0 101100 101011 11110 101100110 100010 110111

Color Harmonies of #B36466

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B36466

Black with #B36466

Text Example


Text Example

White with #B36466

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B36466; }

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

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

background-color css

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

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

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

border-color css

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

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

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