Html Css Color HEX #B18B22 Nugget

📋 copy color: '#B18B22'

red 177 ◦ green 139 ◦ blue 34

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

Shades of Nugget #B18B22

Tints of Nugget #B18B22

RGB

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

 GREEN value IS 139 (54.69% from 255) = 39.71%

 BLUE value IS 34 (13.67% from 255) = 9.71%

R = 50.57%
G = 39.71%
B = 9.71%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.81

 K value IS 0.31

RGB Variations

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

Color information

#B18B22 (or 0xB18B22) is known color: Nugget. HEX triplet: B1, 8B and 22. RGB value is (177,139,34). Sum of RGB (Red+Green+Blue) = 177+139+34=350 (46% of max value = 765). Red value is 177 (69.53% from 255 or 50.57% from 350); Green value is 139 (54.69% from 255 or 39.71% from 350); Blue value is 34 (13.67% from 255 or 9.71% from 350); Max value from RGB is 177 - color contains mainly: red. Hex color #B18B22 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B18B22 is #4E74DD. Grayscale: #8A8A8A. Windows color (decimal): -5141726 or 2263985. OLE color: 2263985.

HSL color Cylindrical-coordinate representation of color #B18B22: hue angle of 44.06º degrees, saturation: 0.68, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #B18B22 is Cyan = 0, Magento = 0.21, Yellow = 0.81 and Black (K on CMYK) = 0.31.

Color convert

RGB 177 139 34 -
CMYK 0 0.21 0.81 0.31
HSL 44.06º 0.68% 0.41% -
HSV(B) 44.06º 0.81% 0.69% -
XYZ 27.65 27.93 5.45 -
YUV 138.39 69.09 155.54 -
System Red Green Blue C M Y K H S L
Decimal 177 139 34 0 0.21 0.81 0.31 44.06 0.68 0.41
Hex B1 8B 22 0 15 51 1F 2C 44 29
Octal 261 213 42 0 25 121 37 54 104 51
Binary 10110001 10001011 100010 0 10101 1010001 11111 101100 1000100 101001

Color Harmonies of #B18B22

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B18B22

Black with #B18B22

Text Example


Text Example

White with #B18B22

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B18B22; }

 p { color: rgb(177,139,34); }

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

background-color css

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

 a { background-color: rgb(177,139,34); }

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

border-color css

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

 span { border-color: rgb(177,139,34); }

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