Html Css Color HEX #B36364 Turkish Rose

📋 copy color: '#B36364'

red 179 ◦ green 99 ◦ blue 100

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

Shades of Turkish Rose #B36364

Tints of Turkish Rose #B36364

RGB

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

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

 BLUE value IS 100 (39.45% from 255) = 26.46%

R = 47.35%
G = 26.19%
B = 26.46%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.44

 K value IS 0.30

RGB Variations

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

Color information

#B36364 (or 0xB36364) is known color: Turkish Rose. HEX triplet: B3, 63 and 64. RGB value is (179,99,100). Sum of RGB (Red+Green+Blue) = 179+99+100=378 (50% of max value = 765). Red value is 179 (70.31% from 255 or 47.35% from 378); Green value is 99 (39.06% from 255 or 26.19% from 378); Blue value is 100 (39.45% from 255 or 26.46% from 378); Max value from RGB is 179 - color contains mainly: red. Hex color #B36364 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B36364 is #4C9C9B. Grayscale: #7B7B7B. Windows color (decimal): -5020828 or 6579123. OLE color: 6579123.

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

Color convert

RGB 179 99 100 -
CMYK 0 0.45 0.44 0.30
HSL 359.25º 0.34% 0.55% -
HSV(B) 359.25º 0.45% 0.7% -
XYZ 25.35 19.43 14.47 -
YUV 123.03 115 167.92 -
System Red Green Blue C M Y K H S L
Decimal 179 99 100 0 0.45 0.44 0.30 359.25 0.34 0.55
Hex B3 63 64 0 2D 2C 1E 167 22 37
Octal 263 143 144 0 55 54 36 547 42 67
Binary 10110011 1100011 1100100 0 101101 101100 11110 101100111 100010 110111

Color Harmonies of #B36364

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B36364

Black with #B36364

Text Example


Text Example

White with #B36364

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B36364; }

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

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

background-color css

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

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

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

border-color css

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

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

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