Html Css Color HEX #B37B7C Turkish Rose

📋 copy color: '#B37B7C'

red 179 ◦ green 123 ◦ blue 124

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

Shades of Turkish Rose #B37B7C

Tints of Turkish Rose #B37B7C

RGB

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

 GREEN value IS 123 (48.44% from 255) = 28.87%

 BLUE value IS 124 (48.83% from 255) = 29.11%

R = 42.02%
G = 28.87%
B = 29.11%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.31

 K value IS 0.30

RGB Variations

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

Color information

#B37B7C (or 0xB37B7C) is known color: Turkish Rose. HEX triplet: B3, 7B and 7C. RGB value is (179,123,124). Sum of RGB (Red+Green+Blue) = 179+123+124=426 (56% of max value = 765). Red value is 179 (70.31% from 255 or 42.02% from 426); Green value is 123 (48.44% from 255 or 28.87% from 426); Blue value is 124 (48.83% from 255 or 29.11% from 426); Max value from RGB is 179 - color contains mainly: red. Hex color #B37B7C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B37B7C is #4C8483. Grayscale: #8B8B8B. Windows color (decimal): -5014660 or 8158131. OLE color: 8158131.

HSL color Cylindrical-coordinate representation of color #B37B7C: hue angle of 358.93º degrees, saturation: 0.27, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #B37B7C is Cyan = 0, Magento = 0.31, Yellow = 0.31 and Black (K on CMYK) = 0.30.

Color convert

RGB 179 123 124 -
CMYK 0 0.31 0.31 0.30
HSL 358.93º 0.27% 0.59% -
HSV(B) 358.93º 0.31% 0.7% -
XYZ 29.31 25.2 22.39 -
YUV 139.86 119.05 155.92 -
System Red Green Blue C M Y K H S L
Decimal 179 123 124 0 0.31 0.31 0.30 358.93 0.27 0.59
Hex B3 7B 7C 0 1F 1F 1E 167 1B 3B
Octal 263 173 174 0 37 37 36 547 33 73
Binary 10110011 1111011 1111100 0 11111 11111 11110 101100111 11011 111011

Color Harmonies of #B37B7C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B37B7C

Black with #B37B7C

Text Example


Text Example

White with #B37B7C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B37B7C; }

 p { color: rgb(179,123,124); }

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

background-color css

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

 a { background-color: rgb(179,123,124); }

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

border-color css

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

 span { border-color: rgb(179,123,124); }

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