Html Css Color HEX #B18F48 Turmeric

📋 copy color: '#B18F48'

red 177 ◦ green 143 ◦ blue 72

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

Shades of Turmeric #B18F48

Tints of Turmeric #B18F48

RGB

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

 GREEN value IS 143 (56.25% from 255) = 36.48%

 BLUE value IS 72 (28.52% from 255) = 18.37%

R = 45.15%
G = 36.48%
B = 18.37%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.59

 K value IS 0.31

RGB Variations

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

Color information

#B18F48 (or 0xB18F48) is known color: Turmeric. HEX triplet: B1, 8F and 48. RGB value is (177,143,72). Sum of RGB (Red+Green+Blue) = 177+143+72=392 (51% of max value = 765). Red value is 177 (69.53% from 255 or 45.15% from 392); Green value is 143 (56.25% from 255 or 36.48% from 392); Blue value is 72 (28.52% from 255 or 18.37% from 392); Max value from RGB is 177 - color contains mainly: red. Hex color #B18F48 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B18F48 is #4E70B7. Grayscale: #919191. Windows color (decimal): -5140664 or 4755377. OLE color: 4755377.

HSL color Cylindrical-coordinate representation of color #B18F48: hue angle of 40.57º degrees, saturation: 0.42, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #B18F48 is Cyan = 0, Magento = 0.19, Yellow = 0.59 and Black (K on CMYK) = 0.31.

Color convert

RGB 177 143 72 -
CMYK 0 0.19 0.59 0.31
HSL 40.57º 0.42% 0.49% -
HSV(B) 40.57º 0.59% 0.69% -
XYZ 29.12 29.46 10.28 -
YUV 145.07 86.76 150.77 -
System Red Green Blue C M Y K H S L
Decimal 177 143 72 0 0.19 0.59 0.31 40.57 0.42 0.49
Hex B1 8F 48 0 13 3B 1F 29 2A 31
Octal 261 217 110 0 23 73 37 51 52 61
Binary 10110001 10001111 1001000 0 10011 111011 11111 101001 101010 110001

Color Harmonies of #B18F48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B18F48

Black with #B18F48

Text Example


Text Example

White with #B18F48

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B18F48; }

 p { color: rgb(177,143,72); }

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

background-color css

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

 a { background-color: rgb(177,143,72); }

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

border-color css

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

 span { border-color: rgb(177,143,72); }

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