Html Css Color HEX #B8952F Nugget

📋 copy color: '#B8952F'

red 184 ◦ green 149 ◦ blue 47

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

Shades of Nugget #B8952F

Tints of Nugget #B8952F

RGB

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

 GREEN value IS 149 (58.59% from 255) = 39.21%

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

R = 48.42%
G = 39.21%
B = 12.37%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.74

 K value IS 0.28

RGB Variations

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

Color information

#B8952F (or 0xB8952F) is known color: Nugget. HEX triplet: B8, 95 and 2F. RGB value is (184,149,47). Sum of RGB (Red+Green+Blue) = 184+149+47=380 (50% of max value = 765). Red value is 184 (72.27% from 255 or 48.42% from 380); Green value is 149 (58.59% from 255 or 39.21% from 380); Blue value is 47 (18.75% from 255 or 12.37% from 380); Max value from RGB is 184 - color contains mainly: red. Hex color #B8952F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B8952F is #476AD0. Grayscale: #949494. Windows color (decimal): -4680401 or 3118520. OLE color: 3118520.

HSL color Cylindrical-coordinate representation of color #B8952F: hue angle of 44.67º 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 #B8952F is Cyan = 0, Magento = 0.19, Yellow = 0.74 and Black (K on CMYK) = 0.28.

Color convert

RGB 184 149 47 -
CMYK 0 0.19 0.74 0.28
HSL 44.67º 0.59% 0.45% -
HSV(B) 44.67º 0.74% 0.72% -
XYZ 31.03 31.89 7.21 -
YUV 147.84 71.1 153.79 -
System Red Green Blue C M Y K H S L
Decimal 184 149 47 0 0.19 0.74 0.28 44.67 0.59 0.45
Hex B8 95 2F 0 13 4A 1C 2D 3B 2D
Octal 270 225 57 0 23 112 34 55 73 55
Binary 10111000 10010101 101111 0 10011 1001010 11100 101101 111011 101101

Color Harmonies of #B8952F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8952F

Black with #B8952F

Text Example


Text Example

White with #B8952F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8952F; }

 p { color: rgb(184,149,47); }

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

background-color css

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

 a { background-color: rgb(184,149,47); }

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

border-color css

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

 span { border-color: rgb(184,149,47); }

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