Html Css Color HEX #B18A27 Nugget

📋 copy color: '#B18A27'

red 177 ◦ green 138 ◦ blue 39

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

Shades of Nugget #B18A27

Tints of Nugget #B18A27

RGB

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

 GREEN value IS 138 (54.3% from 255) = 38.98%

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

R = 50%
G = 38.98%
B = 11.02%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.78

 K value IS 0.31

RGB Variations

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

Color information

#B18A27 (or 0xB18A27) is known color: Nugget. HEX triplet: B1, 8A and 27. RGB value is (177,138,39). Sum of RGB (Red+Green+Blue) = 177+138+39=354 (46% of max value = 765). Red value is 177 (69.53% from 255 or 50% from 354); Green value is 138 (54.30% from 255 or 38.98% from 354); Blue value is 39 (15.62% from 255 or 11.02% from 354); Max value from RGB is 177 - color contains mainly: red. Hex color #B18A27 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B18A27 is #4E75D8. Grayscale: #8A8A8A. Windows color (decimal): -5141977 or 2591409. OLE color: 2591409.

HSL color Cylindrical-coordinate representation of color #B18A27: hue angle of 43.04º 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 #B18A27 is Cyan = 0, Magento = 0.22, Yellow = 0.78 and Black (K on CMYK) = 0.31.

Color convert

RGB 177 138 39 -
CMYK 0 0.22 0.78 0.31
HSL 43.04º 0.64% 0.42% -
HSV(B) 43.04º 0.78% 0.69% -
XYZ 27.59 27.67 5.81 -
YUV 138.38 71.92 155.55 -
System Red Green Blue C M Y K H S L
Decimal 177 138 39 0 0.22 0.78 0.31 43.04 0.64 0.42
Hex B1 8A 27 0 16 4E 1F 2B 40 2A
Octal 261 212 47 0 26 116 37 53 100 52
Binary 10110001 10001010 100111 0 10110 1001110 11111 101011 1000000 101010

Color Harmonies of #B18A27

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B18A27

Black with #B18A27

Text Example


Text Example

White with #B18A27

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B18A27; }

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

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

background-color css

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

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

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

border-color css

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

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

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