Html Css Color HEX #B37274 Turkish Rose

📋 copy color: '#B37274'

red 179 ◦ green 114 ◦ blue 116

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

Shades of Turkish Rose #B37274

Tints of Turkish Rose #B37274

RGB

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

 GREEN value IS 114 (44.92% from 255) = 27.87%

 BLUE value IS 116 (45.7% from 255) = 28.36%

R = 43.77%
G = 27.87%
B = 28.36%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.35

 K value IS 0.30

RGB Variations

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

Color information

#B37274 (or 0xB37274) is known color: Turkish Rose. HEX triplet: B3, 72 and 74. RGB value is (179,114,116). Sum of RGB (Red+Green+Blue) = 179+114+116=409 (54% of max value = 765). Red value is 179 (70.31% from 255 or 43.77% from 409); Green value is 114 (44.92% from 255 or 27.87% from 409); Blue value is 116 (45.70% from 255 or 28.36% from 409); Max value from RGB is 179 - color contains mainly: red. Hex color #B37274 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B37274 is #4C8D8B. Grayscale: #858585. Windows color (decimal): -5016972 or 7631539. OLE color: 7631539.

HSL color Cylindrical-coordinate representation of color #B37274: hue angle of 358.15º degrees, saturation: 0.3, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #B37274 is Cyan = 0, Magento = 0.36, Yellow = 0.35 and Black (K on CMYK) = 0.30.

Color convert

RGB 179 114 116 -
CMYK 0 0.36 0.35 0.30
HSL 358.15º 0.3% 0.57% -
HSV(B) 358.15º 0.36% 0.7% -
XYZ 27.76 22.88 19.48 -
YUV 133.66 118.03 160.34 -
System Red Green Blue C M Y K H S L
Decimal 179 114 116 0 0.36 0.35 0.30 358.15 0.3 0.57
Hex B3 72 74 0 24 23 1E 166 1E 39
Octal 263 162 164 0 44 43 36 546 36 71
Binary 10110011 1110010 1110100 0 100100 100011 11110 101100110 11110 111001

Color Harmonies of #B37274

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B37274

Black with #B37274

Text Example


Text Example

White with #B37274

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B37274; }

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

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

background-color css

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

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

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

border-color css

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

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

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