Html Css Color HEX #B37278 Turkish Rose

📋 copy color: '#B37278'

red 179 ◦ green 114 ◦ blue 120

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

Shades of Turkish Rose #B37278

Tints of Turkish Rose #B37278

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 29.06%

R = 43.34%
G = 27.6%
B = 29.06%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.33

 K value IS 0.30

RGB Variations

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

Color information

#B37278 (or 0xB37278) is known color: Turkish Rose. HEX triplet: B3, 72 and 78. RGB value is (179,114,120). Sum of RGB (Red+Green+Blue) = 179+114+120=413 (54% of max value = 765). Red value is 179 (70.31% from 255 or 43.34% from 413); Green value is 114 (44.92% from 255 or 27.60% from 413); Blue value is 120 (47.27% from 255 or 29.06% from 413); Max value from RGB is 179 - color contains mainly: red. Hex color #B37278 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B37278 is #4C8D87. Grayscale: #868686. Windows color (decimal): -5016968 or 7893683. OLE color: 7893683.

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

Color convert

RGB 179 114 120 -
CMYK 0 0.36 0.33 0.30
HSL 354.46º 0.3% 0.57% -
HSV(B) 354.46º 0.36% 0.7% -
XYZ 28 22.97 20.73 -
YUV 134.12 120.03 160.01 -
System Red Green Blue C M Y K H S L
Decimal 179 114 120 0 0.36 0.33 0.30 354.46 0.3 0.57
Hex B3 72 78 0 24 21 1E 162 1E 39
Octal 263 162 170 0 44 41 36 542 36 71
Binary 10110011 1110010 1111000 0 100100 100001 11110 101100010 11110 111001

Color Harmonies of #B37278

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B37278

Black with #B37278

Text Example


Text Example

White with #B37278

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B37278; }

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

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

background-color css

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

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

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

border-color css

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

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

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