Html Css Color HEX #B18B46 Turmeric

📋 copy color: '#B18B46'

red 177 ◦ green 139 ◦ blue 70

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

Shades of Turmeric #B18B46

Tints of Turmeric #B18B46

RGB

 RED value IS 177 (69.53% from 255) = 45.85%

 GREEN value IS 139 (54.69% from 255) = 36.01%

 BLUE value IS 70 (27.73% from 255) = 18.13%

R = 45.85%
G = 36.01%
B = 18.13%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.60

 K value IS 0.31

RGB Variations

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

Color information

#B18B46 (or 0xB18B46) is known color: Turmeric. HEX triplet: B1, 8B and 46. RGB value is (177,139,70). Sum of RGB (Red+Green+Blue) = 177+139+70=386 (51% of max value = 765). Red value is 177 (69.53% from 255 or 45.85% from 386); Green value is 139 (54.69% from 255 or 36.01% from 386); Blue value is 70 (27.73% from 255 or 18.13% from 386); Max value from RGB is 177 - color contains mainly: red. Hex color #B18B46 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B18B46 is #4E74B9. Grayscale: #8E8E8E. Windows color (decimal): -5141690 or 4623281. OLE color: 4623281.

HSL color Cylindrical-coordinate representation of color #B18B46: hue angle of 38.69º degrees, saturation: 0.43, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #B18B46 is Cyan = 0, Magento = 0.21, Yellow = 0.60 and Black (K on CMYK) = 0.31.

Color convert

RGB 177 139 70 -
CMYK 0 0.21 0.60 0.31
HSL 38.69º 0.43% 0.48% -
HSV(B) 38.69º 0.6% 0.69% -
XYZ 28.47 28.25 9.75 -
YUV 142.5 87.09 152.61 -
System Red Green Blue C M Y K H S L
Decimal 177 139 70 0 0.21 0.60 0.31 38.69 0.43 0.48
Hex B1 8B 46 0 15 3C 1F 27 2B 30
Octal 261 213 106 0 25 74 37 47 53 60
Binary 10110001 10001011 1000110 0 10101 111100 11111 100111 101011 110000

Color Harmonies of #B18B46

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B18B46

Black with #B18B46

Text Example


Text Example

White with #B18B46

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B18B46; }

 p { color: rgb(177,139,70); }

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

background-color css

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

 a { background-color: rgb(177,139,70); }

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

border-color css

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

 span { border-color: rgb(177,139,70); }

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