Html Css Color HEX #B36366 Turkish Rose

📋 copy color: '#B36366'

red 179 ◦ green 99 ◦ blue 102

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

Shades of Turkish Rose #B36366

Tints of Turkish Rose #B36366

RGB

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

 GREEN value IS 99 (39.06% from 255) = 26.05%

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

R = 47.11%
G = 26.05%
B = 26.84%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.43

 K value IS 0.30

RGB Variations

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

Color information

#B36366 (or 0xB36366) is known color: Turkish Rose. HEX triplet: B3, 63 and 66. RGB value is (179,99,102). Sum of RGB (Red+Green+Blue) = 179+99+102=380 (50% of max value = 765). Red value is 179 (70.31% from 255 or 47.11% from 380); Green value is 99 (39.06% from 255 or 26.05% from 380); Blue value is 102 (40.23% from 255 or 26.84% from 380); Max value from RGB is 179 - color contains mainly: red. Hex color #B36366 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B36366 is #4C9C99. Grayscale: #7B7B7B. Windows color (decimal): -5020826 or 6710195. OLE color: 6710195.

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

Color convert

RGB 179 99 102 -
CMYK 0 0.45 0.43 0.30
HSL 357.75º 0.34% 0.55% -
HSV(B) 357.75º 0.45% 0.7% -
XYZ 25.45 19.47 14.99 -
YUV 123.26 116 167.76 -
System Red Green Blue C M Y K H S L
Decimal 179 99 102 0 0.45 0.43 0.30 357.75 0.34 0.55
Hex B3 63 66 0 2D 2B 1E 166 22 37
Octal 263 143 146 0 55 53 36 546 42 67
Binary 10110011 1100011 1100110 0 101101 101011 11110 101100110 100010 110111

Color Harmonies of #B36366

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B36366

Black with #B36366

Text Example


Text Example

White with #B36366

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B36366; }

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

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

background-color css

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

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

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

border-color css

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

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

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