Html Css Color HEX #B18E27 Nugget

📋 copy color: '#B18E27'

red 177 ◦ green 142 ◦ blue 39

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

Shades of Nugget #B18E27

Tints of Nugget #B18E27

RGB

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

 GREEN value IS 142 (55.86% from 255) = 39.66%

 BLUE value IS 39 (15.63% from 255) = 10.89%

R = 49.44%
G = 39.66%
B = 10.89%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.78

 K value IS 0.31

RGB Variations

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

Color information

#B18E27 (or 0xB18E27) is known color: Nugget. HEX triplet: B1, 8E and 27. RGB value is (177,142,39). Sum of RGB (Red+Green+Blue) = 177+142+39=358 (47% of max value = 765). Red value is 177 (69.53% from 255 or 49.44% from 358); Green value is 142 (55.86% from 255 or 39.66% from 358); Blue value is 39 (15.62% from 255 or 10.89% from 358); Max value from RGB is 177 - color contains mainly: red. Hex color #B18E27 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B18E27 is #4E71D8. Grayscale: #8D8D8D. Windows color (decimal): -5140953 or 2592433. OLE color: 2592433.

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

Color convert

RGB 177 142 39 -
CMYK 0 0.20 0.78 0.31
HSL 44.78º 0.64% 0.42% -
HSV(B) 44.78º 0.78% 0.69% -
XYZ 28.17 28.84 6 -
YUV 140.72 70.6 153.88 -
System Red Green Blue C M Y K H S L
Decimal 177 142 39 0 0.20 0.78 0.31 44.78 0.64 0.42
Hex B1 8E 27 0 14 4E 1F 2D 40 2A
Octal 261 216 47 0 24 116 37 55 100 52
Binary 10110001 10001110 100111 0 10100 1001110 11111 101101 1000000 101010

Color Harmonies of #B18E27

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B18E27

Black with #B18E27

Text Example


Text Example

White with #B18E27

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B18E27; }

 p { color: rgb(177,142,39); }

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

background-color css

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

 a { background-color: rgb(177,142,39); }

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

border-color css

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

 span { border-color: rgb(177,142,39); }

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