Html Css Color HEX #B8932B Nugget

📋 copy color: '#B8932B'

red 184 ◦ green 147 ◦ blue 43

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

Shades of Nugget #B8932B

Tints of Nugget #B8932B

RGB

 RED value IS 184 (72.27% from 255) = 49.2%

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

 BLUE value IS 43 (17.19% from 255) = 11.5%

R = 49.2%
G = 39.3%
B = 11.5%

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

#B8932B (or 0xB8932B) is known color: Nugget. HEX triplet: B8, 93 and 2B. RGB value is (184,147,43). Sum of RGB (Red+Green+Blue) = 184+147+43=374 (49% of max value = 765). Red value is 184 (72.27% from 255 or 49.20% from 374); Green value is 147 (57.81% from 255 or 39.30% from 374); Blue value is 43 (17.19% from 255 or 11.50% from 374); Max value from RGB is 184 - color contains mainly: red. Hex color #B8932B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B8932B is #476CD4. Grayscale: #929292. Windows color (decimal): -4680917 or 2855864. OLE color: 2855864.

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

Color convert

RGB 184 147 43 -
CMYK 0 0.20 0.77 0.28
HSL 44.26º 0.62% 0.45% -
HSV(B) 44.26º 0.77% 0.72% -
XYZ 30.64 31.23 6.7 -
YUV 146.21 69.76 154.96 -
System Red Green Blue C M Y K H S L
Decimal 184 147 43 0 0.20 0.77 0.28 44.26 0.62 0.45
Hex B8 93 2B 0 14 4D 1C 2C 3E 2D
Octal 270 223 53 0 24 115 34 54 76 55
Binary 10111000 10010011 101011 0 10100 1001101 11100 101100 111110 101101

Color Harmonies of #B8932B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8932B

Black with #B8932B

Text Example


Text Example

White with #B8932B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8932B; }

 p { color: rgb(184,147,43); }

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

background-color css

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

 a { background-color: rgb(184,147,43); }

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

border-color css

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

 span { border-color: rgb(184,147,43); }

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