Html Css Color HEX #B8962D Nugget

📋 copy color: '#B8962D'

red 184 ◦ green 150 ◦ blue 45

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

Shades of Nugget #B8962D

Tints of Nugget #B8962D

RGB

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

 GREEN value IS 150 (58.98% from 255) = 39.58%

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

R = 48.55%
G = 39.58%
B = 11.87%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.76

 K value IS 0.28

RGB Variations

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

Color information

#B8962D (or 0xB8962D) is known color: Nugget. HEX triplet: B8, 96 and 2D. RGB value is (184,150,45). Sum of RGB (Red+Green+Blue) = 184+150+45=379 (50% of max value = 765). Red value is 184 (72.27% from 255 or 48.55% from 379); Green value is 150 (58.98% from 255 or 39.58% from 379); Blue value is 45 (17.97% from 255 or 11.87% from 379); Max value from RGB is 184 - color contains mainly: red. Hex color #B8962D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B8962D is #4769D2. Grayscale: #949494. Windows color (decimal): -4680147 or 2987704. OLE color: 2987704.

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

Color convert

RGB 184 150 45 -
CMYK 0 0.18 0.76 0.28
HSL 45.32º 0.61% 0.45% -
HSV(B) 45.32º 0.76% 0.72% -
XYZ 31.15 32.19 7.05 -
YUV 148.2 69.76 153.54 -
System Red Green Blue C M Y K H S L
Decimal 184 150 45 0 0.18 0.76 0.28 45.32 0.61 0.45
Hex B8 96 2D 0 12 4C 1C 2D 3D 2D
Octal 270 226 55 0 22 114 34 55 75 55
Binary 10111000 10010110 101101 0 10010 1001100 11100 101101 111101 101101

Color Harmonies of #B8962D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8962D

Black with #B8962D

Text Example


Text Example

White with #B8962D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8962D; }

 p { color: rgb(184,150,45); }

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

background-color css

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

 a { background-color: rgb(184,150,45); }

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

border-color css

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

 span { border-color: rgb(184,150,45); }

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