Html Css Color HEX #B7932A Nugget

📋 copy color: '#B7932A'

red 183 ◦ green 147 ◦ blue 42

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

Shades of Nugget #B7932A

Tints of Nugget #B7932A

RGB

 RED value IS 183 (71.88% from 255) = 49.19%

 GREEN value IS 147 (57.81% from 255) = 39.52%

 BLUE value IS 42 (16.8% from 255) = 11.29%

R = 49.19%
G = 39.52%
B = 11.29%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.77

 K value IS 0.28

RGB Variations

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

Color information

#B7932A (or 0xB7932A) is known color: Nugget. HEX triplet: B7, 93 and 2A. RGB value is (183,147,42). Sum of RGB (Red+Green+Blue) = 183+147+42=372 (49% of max value = 765). Red value is 183 (71.88% from 255 or 49.19% from 372); Green value is 147 (57.81% from 255 or 39.52% from 372); Blue value is 42 (16.80% from 255 or 11.29% from 372); Max value from RGB is 183 - color contains mainly: red. Hex color #B7932A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B7932A is #486CD5. Grayscale: #929292. Windows color (decimal): -4746454 or 2790327. OLE color: 2790327.

HSL color Cylindrical-coordinate representation of color #B7932A: hue angle of 44.68º degrees, saturation: 0.63, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #B7932A is Cyan = 0, Magento = 0.20, Yellow = 0.77 and Black (K on CMYK) = 0.28.

Color convert

RGB 183 147 42 -
CMYK 0 0.20 0.77 0.28
HSL 44.68º 0.63% 0.44% -
HSV(B) 44.68º 0.77% 0.72% -
XYZ 30.38 31.1 6.59 -
YUV 145.79 69.43 154.54 -
System Red Green Blue C M Y K H S L
Decimal 183 147 42 0 0.20 0.77 0.28 44.68 0.63 0.44
Hex B7 93 2A 0 14 4D 1C 2D 3F 2C
Octal 267 223 52 0 24 115 34 55 77 54
Binary 10110111 10010011 101010 0 10100 1001101 11100 101101 111111 101100

Color Harmonies of #B7932A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B7932A

Black with #B7932A

Text Example


Text Example

White with #B7932A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B7932A; }

 p { color: rgb(183,147,42); }

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

background-color css

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

 a { background-color: rgb(183,147,42); }

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

border-color css

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

 span { border-color: rgb(183,147,42); }

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