Html Css Color HEX #B18925 Nugget

📋 copy color: '#B18925'

red 177 ◦ green 137 ◦ blue 37

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

Shades of Nugget #B18925

Tints of Nugget #B18925

RGB

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

 GREEN value IS 137 (53.91% from 255) = 39.03%

 BLUE value IS 37 (14.84% from 255) = 10.54%

R = 50.43%
G = 39.03%
B = 10.54%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.79

 K value IS 0.31

RGB Variations

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

Color information

#B18925 (or 0xB18925) is known color: Nugget. HEX triplet: B1, 89 and 25. RGB value is (177,137,37). Sum of RGB (Red+Green+Blue) = 177+137+37=351 (46% of max value = 765). Red value is 177 (69.53% from 255 or 50.43% from 351); Green value is 137 (53.91% from 255 or 39.03% from 351); Blue value is 37 (14.84% from 255 or 10.54% from 351); Max value from RGB is 177 - color contains mainly: red. Hex color #B18925 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B18925 is #4E76DA. Grayscale: #8A8A8A. Windows color (decimal): -5142235 or 2460081. OLE color: 2460081.

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

Color convert

RGB 177 137 37 -
CMYK 0 0.23 0.79 0.31
HSL 42.86º 0.65% 0.42% -
HSV(B) 42.86º 0.79% 0.69% -
XYZ 27.41 27.37 5.59 -
YUV 137.56 71.25 156.13 -
System Red Green Blue C M Y K H S L
Decimal 177 137 37 0 0.23 0.79 0.31 42.86 0.65 0.42
Hex B1 89 25 0 17 4F 1F 2B 41 2A
Octal 261 211 45 0 27 117 37 53 101 52
Binary 10110001 10001001 100101 0 10111 1001111 11111 101011 1000001 101010

Color Harmonies of #B18925

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B18925

Black with #B18925

Text Example


Text Example

White with #B18925

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B18925; }

 p { color: rgb(177,137,37); }

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

background-color css

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

 a { background-color: rgb(177,137,37); }

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

border-color css

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

 span { border-color: rgb(177,137,37); }

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