Html Css Color HEX #B18F3F Turmeric

📋 copy color: '#B18F3F'

red 177 ◦ green 143 ◦ blue 63

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

Shades of Turmeric #B18F3F

Tints of Turmeric #B18F3F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 16.45%

R = 46.21%
G = 37.34%
B = 16.45%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.64

 K value IS 0.31

RGB Variations

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

Color information

#B18F3F (or 0xB18F3F) is known color: Turmeric. HEX triplet: B1, 8F and 3F. RGB value is (177,143,63). Sum of RGB (Red+Green+Blue) = 177+143+63=383 (50% of max value = 765). Red value is 177 (69.53% from 255 or 46.21% from 383); Green value is 143 (56.25% from 255 or 37.34% from 383); Blue value is 63 (25% from 255 or 16.45% from 383); Max value from RGB is 177 - color contains mainly: red. Hex color #B18F3F is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B18F3F is #4E70C0. Grayscale: #909090. Windows color (decimal): -5140673 or 4165553. OLE color: 4165553.

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

Color convert

RGB 177 143 63 -
CMYK 0 0.19 0.64 0.31
HSL 42.11º 0.48% 0.47% -
HSV(B) 42.11º 0.64% 0.69% -
XYZ 28.85 29.35 8.85 -
YUV 144.05 82.26 151.5 -
System Red Green Blue C M Y K H S L
Decimal 177 143 63 0 0.19 0.64 0.31 42.11 0.48 0.47
Hex B1 8F 3F 0 13 40 1F 2A 30 2F
Octal 261 217 77 0 23 100 37 52 60 57
Binary 10110001 10001111 111111 0 10011 1000000 11111 101010 110000 101111

Color Harmonies of #B18F3F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B18F3F

Black with #B18F3F

Text Example


Text Example

White with #B18F3F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B18F3F; }

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

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

background-color css

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

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

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

border-color css

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

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

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