Html Css Color HEX #B7932D Nugget

📋 copy color: '#B7932D'

red 183 ◦ green 147 ◦ blue 45

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

Shades of Nugget #B7932D

Tints of Nugget #B7932D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 12%

R = 48.8%
G = 39.2%
B = 12%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.75

 K value IS 0.28

RGB Variations

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

Color information

#B7932D (or 0xB7932D) is known color: Nugget. HEX triplet: B7, 93 and 2D. RGB value is (183,147,45). Sum of RGB (Red+Green+Blue) = 183+147+45=375 (49% of max value = 765). Red value is 183 (71.88% from 255 or 48.8% from 375); Green value is 147 (57.81% from 255 or 39.2% from 375); Blue value is 45 (17.97% from 255 or 12% from 375); Max value from RGB is 183 - color contains mainly: red. Hex color #B7932D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B7932D is #486CD2. Grayscale: #929292. Windows color (decimal): -4746451 or 2986935. OLE color: 2986935.

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

Color convert

RGB 183 147 45 -
CMYK 0 0.20 0.75 0.28
HSL 44.35º 0.61% 0.45% -
HSV(B) 44.35º 0.75% 0.72% -
XYZ 30.44 31.12 6.89 -
YUV 146.14 70.93 154.29 -
System Red Green Blue C M Y K H S L
Decimal 183 147 45 0 0.20 0.75 0.28 44.35 0.61 0.45
Hex B7 93 2D 0 14 4B 1C 2C 3D 2D
Octal 267 223 55 0 24 113 34 54 75 55
Binary 10110111 10010011 101101 0 10100 1001011 11100 101100 111101 101101

Color Harmonies of #B7932D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B7932D

Black with #B7932D

Text Example


Text Example

White with #B7932D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B7932D; }

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

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

background-color css

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

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

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

border-color css

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

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

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