Html Css Color HEX #B18922 Nugget

📋 copy color: '#B18922'

red 177 ◦ green 137 ◦ blue 34

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

Shades of Nugget #B18922

Tints of Nugget #B18922

RGB

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

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

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

R = 50.86%
G = 39.37%
B = 9.77%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.81

 K value IS 0.31

RGB Variations

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

Color information

#B18922 (or 0xB18922) is known color: Nugget. HEX triplet: B1, 89 and 22. RGB value is (177,137,34). Sum of RGB (Red+Green+Blue) = 177+137+34=348 (46% of max value = 765). Red value is 177 (69.53% from 255 or 50.86% from 348); Green value is 137 (53.91% from 255 or 39.37% from 348); Blue value is 34 (13.67% from 255 or 9.77% from 348); Max value from RGB is 177 - color contains mainly: red. Hex color #B18922 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B18922 is #4E76DD. Grayscale: #898989. Windows color (decimal): -5142238 or 2263473. OLE color: 2263473.

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

Color convert

RGB 177 137 34 -
CMYK 0 0.23 0.81 0.31
HSL 43.22º 0.68% 0.41% -
HSV(B) 43.22º 0.81% 0.69% -
XYZ 27.37 27.35 5.35 -
YUV 137.22 69.75 156.38 -
System Red Green Blue C M Y K H S L
Decimal 177 137 34 0 0.23 0.81 0.31 43.22 0.68 0.41
Hex B1 89 22 0 17 51 1F 2B 44 29
Octal 261 211 42 0 27 121 37 53 104 51
Binary 10110001 10001001 100010 0 10111 1010001 11111 101011 1000100 101001

Color Harmonies of #B18922

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B18922

Black with #B18922

Text Example


Text Example

White with #B18922

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B18922; }

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

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

background-color css

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

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

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

border-color css

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

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

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