Html Css Color HEX #B36670 Turkish Rose

📋 copy color: '#B36670'

red 179 ◦ green 102 ◦ blue 112

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

Shades of Turkish Rose #B36670

Tints of Turkish Rose #B36670

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 28.5%

R = 45.55%
G = 25.95%
B = 28.5%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.37

 K value IS 0.30

RGB Variations

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

Color information

#B36670 (or 0xB36670) is known color: Turkish Rose. HEX triplet: B3, 66 and 70. RGB value is (179,102,112). Sum of RGB (Red+Green+Blue) = 179+102+112=393 (52% of max value = 765). Red value is 179 (70.31% from 255 or 45.55% from 393); Green value is 102 (40.23% from 255 or 25.95% from 393); Blue value is 112 (44.14% from 255 or 28.50% from 393); Max value from RGB is 179 - color contains mainly: red. Hex color #B36670 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B36670 is #4C998F. Grayscale: #7E7E7E. Windows color (decimal): -5020048 or 7366323. OLE color: 7366323.

HSL color Cylindrical-coordinate representation of color #B36670: hue angle of 352.21º 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 #B36670 is Cyan = 0, Magento = 0.43, Yellow = 0.37 and Black (K on CMYK) = 0.30.

Color convert

RGB 179 102 112 -
CMYK 0 0.43 0.37 0.30
HSL 352.21º 0.34% 0.55% -
HSV(B) 352.21º 0.43% 0.7% -
XYZ 26.27 20.26 17.85 -
YUV 126.16 120.01 165.69 -
System Red Green Blue C M Y K H S L
Decimal 179 102 112 0 0.43 0.37 0.30 352.21 0.34 0.55
Hex B3 66 70 0 2B 25 1E 160 22 37
Octal 263 146 160 0 53 45 36 540 42 67
Binary 10110011 1100110 1110000 0 101011 100101 11110 101100000 100010 110111

Color Harmonies of #B36670

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B36670

Black with #B36670

Text Example


Text Example

White with #B36670

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B36670; }

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

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

background-color css

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

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

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

border-color css

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

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

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