Html Css Color HEX #B36475 Turkish Rose

📋 copy color: '#B36475'

red 179 ◦ green 100 ◦ blue 117

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

Shades of Turkish Rose #B36475

Tints of Turkish Rose #B36475

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 29.55%

R = 45.2%
G = 25.25%
B = 29.55%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.35

 K value IS 0.30

RGB Variations

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

Color information

#B36475 (or 0xB36475) is known color: Turkish Rose. HEX triplet: B3, 64 and 75. RGB value is (179,100,117). Sum of RGB (Red+Green+Blue) = 179+100+117=396 (52% of max value = 765). Red value is 179 (70.31% from 255 or 45.20% from 396); Green value is 100 (39.45% from 255 or 25.25% from 396); Blue value is 117 (46.09% from 255 or 29.55% from 396); Max value from RGB is 179 - color contains mainly: red. Hex color #B36475 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B36475 is #4C9B8A. Grayscale: #7D7D7D. Windows color (decimal): -5020555 or 7693491. OLE color: 7693491.

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

Color convert

RGB 179 100 117 -
CMYK 0 0.44 0.35 0.30
HSL 347.09º 0.34% 0.55% -
HSV(B) 347.09º 0.44% 0.7% -
XYZ 26.36 19.98 19.3 -
YUV 125.56 123.17 166.12 -
System Red Green Blue C M Y K H S L
Decimal 179 100 117 0 0.44 0.35 0.30 347.09 0.34 0.55
Hex B3 64 75 0 2C 23 1E 15B 22 37
Octal 263 144 165 0 54 43 36 533 42 67
Binary 10110011 1100100 1110101 0 101100 100011 11110 101011011 100010 110111

Color Harmonies of #B36475

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B36475

Black with #B36475

Text Example


Text Example

White with #B36475

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B36475; }

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

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

background-color css

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

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

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

border-color css

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

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

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