Html Css Color HEX #B36472 Turkish Rose

📋 copy color: '#B36472'

red 179 ◦ green 100 ◦ blue 114

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

Shades of Turkish Rose #B36472

Tints of Turkish Rose #B36472

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 29.01%

R = 45.55%
G = 25.45%
B = 29.01%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.36

 K value IS 0.30

RGB Variations

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

Color information

#B36472 (or 0xB36472) is known color: Turkish Rose. HEX triplet: B3, 64 and 72. RGB value is (179,100,114). Sum of RGB (Red+Green+Blue) = 179+100+114=393 (52% of max value = 765). Red value is 179 (70.31% from 255 or 45.55% from 393); Green value is 100 (39.45% from 255 or 25.45% from 393); Blue value is 114 (44.92% from 255 or 29.01% from 393); Max value from RGB is 179 - color contains mainly: red. Hex color #B36472 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B36472 is #4C9B8D. Grayscale: #7D7D7D. Windows color (decimal): -5020558 or 7496883. OLE color: 7496883.

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

Color convert

RGB 179 100 114 -
CMYK 0 0.44 0.36 0.30
HSL 349.37º 0.34% 0.55% -
HSV(B) 349.37º 0.44% 0.7% -
XYZ 26.18 19.91 18.38 -
YUV 125.22 121.67 166.36 -
System Red Green Blue C M Y K H S L
Decimal 179 100 114 0 0.44 0.36 0.30 349.37 0.34 0.55
Hex B3 64 72 0 2C 24 1E 15D 22 37
Octal 263 144 162 0 54 44 36 535 42 67
Binary 10110011 1100100 1110010 0 101100 100100 11110 101011101 100010 110111

Color Harmonies of #B36472

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B36472

Black with #B36472

Text Example


Text Example

White with #B36472

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B36472; }

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

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

background-color css

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

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

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

border-color css

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

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

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