Html Css Color HEX #B18C27 Nugget

📋 copy color: '#B18C27'

red 177 ◦ green 140 ◦ blue 39

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

Shades of Nugget #B18C27

Tints of Nugget #B18C27

RGB

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

 GREEN value IS 140 (55.08% from 255) = 39.33%

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

R = 49.72%
G = 39.33%
B = 10.96%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.78

 K value IS 0.31

RGB Variations

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

Color information

#B18C27 (or 0xB18C27) is known color: Nugget. HEX triplet: B1, 8C and 27. RGB value is (177,140,39). Sum of RGB (Red+Green+Blue) = 177+140+39=356 (47% of max value = 765). Red value is 177 (69.53% from 255 or 49.72% from 356); Green value is 140 (55.08% from 255 or 39.33% from 356); Blue value is 39 (15.62% from 255 or 10.96% from 356); Max value from RGB is 177 - color contains mainly: red. Hex color #B18C27 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B18C27 is #4E73D8. Grayscale: #8B8B8B. Windows color (decimal): -5141465 or 2591921. OLE color: 2591921.

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

Color convert

RGB 177 140 39 -
CMYK 0 0.21 0.78 0.31
HSL 43.91º 0.64% 0.42% -
HSV(B) 43.91º 0.78% 0.69% -
XYZ 27.88 28.25 5.9 -
YUV 139.55 71.26 154.71 -
System Red Green Blue C M Y K H S L
Decimal 177 140 39 0 0.21 0.78 0.31 43.91 0.64 0.42
Hex B1 8C 27 0 15 4E 1F 2C 40 2A
Octal 261 214 47 0 25 116 37 54 100 52
Binary 10110001 10001100 100111 0 10101 1001110 11111 101100 1000000 101010

Color Harmonies of #B18C27

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B18C27

Black with #B18C27

Text Example


Text Example

White with #B18C27

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B18C27; }

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

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

background-color css

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

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

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

border-color css

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

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

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