Html Css Color HEX #B37378 Turkish Rose

📋 copy color: '#B37378'

red 179 ◦ green 115 ◦ blue 120

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

Shades of Turkish Rose #B37378

Tints of Turkish Rose #B37378

RGB

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

 GREEN value IS 115 (45.31% from 255) = 27.78%

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

R = 43.24%
G = 27.78%
B = 28.99%

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

#B37378 (or 0xB37378) is known color: Turkish Rose. HEX triplet: B3, 73 and 78. RGB value is (179,115,120). Sum of RGB (Red+Green+Blue) = 179+115+120=414 (54% of max value = 765). Red value is 179 (70.31% from 255 or 43.24% from 414); Green value is 115 (45.31% from 255 or 27.78% from 414); Blue value is 120 (47.27% from 255 or 28.99% from 414); Max value from RGB is 179 - color contains mainly: red. Hex color #B37378 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B37378 is #4C8C87. Grayscale: #868686. Windows color (decimal): -5016712 or 7893939. OLE color: 7893939.

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

Color convert

RGB 179 115 120 -
CMYK 0 0.36 0.33 0.30
HSL 355.31º 0.3% 0.58% -
HSV(B) 355.31º 0.36% 0.7% -
XYZ 28.11 23.2 20.77 -
YUV 134.71 119.7 159.59 -
System Red Green Blue C M Y K H S L
Decimal 179 115 120 0 0.36 0.33 0.30 355.31 0.3 0.58
Hex B3 73 78 0 24 21 1E 163 1E 3A
Octal 263 163 170 0 44 41 36 543 36 72
Binary 10110011 1110011 1111000 0 100100 100001 11110 101100011 11110 111010

Color Harmonies of #B37378

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B37378

Black with #B37378

Text Example


Text Example

White with #B37378

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B37378; }

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

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

background-color css

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

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

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

border-color css

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

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

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