Html Css Color HEX #B36372 Turkish Rose

📋 copy color: '#B36372'

red 179 ◦ green 99 ◦ blue 114

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

Shades of Turkish Rose #B36372

Tints of Turkish Rose #B36372

RGB

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

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

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

R = 45.66%
G = 25.26%
B = 29.08%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.36

 K value IS 0.30

RGB Variations

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

Color information

#B36372 (or 0xB36372) is known color: Turkish Rose. HEX triplet: B3, 63 and 72. RGB value is (179,99,114). Sum of RGB (Red+Green+Blue) = 179+99+114=392 (51% of max value = 765). Red value is 179 (70.31% from 255 or 45.66% from 392); Green value is 99 (39.06% from 255 or 25.26% from 392); Blue value is 114 (44.92% from 255 or 29.08% from 392); Max value from RGB is 179 - color contains mainly: red. Hex color #B36372 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B36372 is #4C9C8D. Grayscale: #7C7C7C. Windows color (decimal): -5020814 or 7496627. OLE color: 7496627.

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

Color convert

RGB 179 99 114 -
CMYK 0 0.45 0.36 0.30
HSL 348.75º 0.34% 0.55% -
HSV(B) 348.75º 0.45% 0.7% -
XYZ 26.09 19.72 18.35 -
YUV 124.63 122 166.78 -
System Red Green Blue C M Y K H S L
Decimal 179 99 114 0 0.45 0.36 0.30 348.75 0.34 0.55
Hex B3 63 72 0 2D 24 1E 15D 22 37
Octal 263 143 162 0 55 44 36 535 42 67
Binary 10110011 1100011 1110010 0 101101 100100 11110 101011101 100010 110111

Color Harmonies of #B36372

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B36372

Black with #B36372

Text Example


Text Example

White with #B36372

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B36372; }

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

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

background-color css

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

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

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

border-color css

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

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

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