Html Css Color HEX #B7962F Nugget

📋 copy color: '#B7962F'

red 183 ◦ green 150 ◦ blue 47

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

Shades of Nugget #B7962F

Tints of Nugget #B7962F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 12.37%

R = 48.16%
G = 39.47%
B = 12.37%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.74

 K value IS 0.28

RGB Variations

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

Color information

#B7962F (or 0xB7962F) is known color: Nugget. HEX triplet: B7, 96 and 2F. RGB value is (183,150,47). Sum of RGB (Red+Green+Blue) = 183+150+47=380 (50% of max value = 765). Red value is 183 (71.88% from 255 or 48.16% from 380); Green value is 150 (58.98% from 255 or 39.47% from 380); Blue value is 47 (18.75% from 255 or 12.37% from 380); Max value from RGB is 183 - color contains mainly: red. Hex color #B7962F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B7962F is #4869D0. Grayscale: #949494. Windows color (decimal): -4745681 or 3118775. OLE color: 3118775.

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

Color convert

RGB 183 150 47 -
CMYK 0 0.18 0.74 0.28
HSL 45.44º 0.59% 0.45% -
HSV(B) 45.44º 0.74% 0.72% -
XYZ 30.95 32.09 7.25 -
YUV 148.13 70.93 152.88 -
System Red Green Blue C M Y K H S L
Decimal 183 150 47 0 0.18 0.74 0.28 45.44 0.59 0.45
Hex B7 96 2F 0 12 4A 1C 2D 3B 2D
Octal 267 226 57 0 22 112 34 55 73 55
Binary 10110111 10010110 101111 0 10010 1001010 11100 101101 111011 101101

Color Harmonies of #B7962F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B7962F

Black with #B7962F

Text Example


Text Example

White with #B7962F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B7962F; }

 p { color: rgb(183,150,47); }

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

background-color css

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

 a { background-color: rgb(183,150,47); }

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

border-color css

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

 span { border-color: rgb(183,150,47); }

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