Html Css Color HEX #B18F42 Turmeric

📋 copy color: '#B18F42'

red 177 ◦ green 143 ◦ blue 66

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

Shades of Turmeric #B18F42

Tints of Turmeric #B18F42

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 17.1%

R = 45.85%
G = 37.05%
B = 17.1%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.63

 K value IS 0.31

RGB Variations

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

Color information

#B18F42 (or 0xB18F42) is known color: Turmeric. HEX triplet: B1, 8F and 42. RGB value is (177,143,66). Sum of RGB (Red+Green+Blue) = 177+143+66=386 (51% of max value = 765). Red value is 177 (69.53% from 255 or 45.85% from 386); Green value is 143 (56.25% from 255 or 37.05% from 386); Blue value is 66 (26.17% from 255 or 17.10% from 386); Max value from RGB is 177 - color contains mainly: red. Hex color #B18F42 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B18F42 is #4E70BD. Grayscale: #909090. Windows color (decimal): -5140670 or 4362161. OLE color: 4362161.

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

Color convert

RGB 177 143 66 -
CMYK 0 0.19 0.63 0.31
HSL 41.62º 0.46% 0.48% -
HSV(B) 41.62º 0.63% 0.69% -
XYZ 28.94 29.39 9.3 -
YUV 144.39 83.76 151.26 -
System Red Green Blue C M Y K H S L
Decimal 177 143 66 0 0.19 0.63 0.31 41.62 0.46 0.48
Hex B1 8F 42 0 13 3F 1F 2A 2E 30
Octal 261 217 102 0 23 77 37 52 56 60
Binary 10110001 10001111 1000010 0 10011 111111 11111 101010 101110 110000

Color Harmonies of #B18F42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B18F42

Black with #B18F42

Text Example


Text Example

White with #B18F42

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B18F42; }

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

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

background-color css

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

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

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

border-color css

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

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

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