Html Css Color HEX #B6952F Nugget

📋 copy color: '#B6952F'

red 182 ◦ green 149 ◦ blue 47

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

Shades of Nugget #B6952F

Tints of Nugget #B6952F

RGB

 RED value IS 182 (71.48% from 255) = 48.15%

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

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

R = 48.15%
G = 39.42%
B = 12.43%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.74

 K value IS 0.29

RGB Variations

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

Color information

#B6952F (or 0xB6952F) is known color: Nugget. HEX triplet: B6, 95 and 2F. RGB value is (182,149,47). Sum of RGB (Red+Green+Blue) = 182+149+47=378 (50% of max value = 765). Red value is 182 (71.48% from 255 or 48.15% from 378); Green value is 149 (58.59% from 255 or 39.42% from 378); Blue value is 47 (18.75% from 255 or 12.43% from 378); Max value from RGB is 182 - color contains mainly: red. Hex color #B6952F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B6952F is #496AD0. Grayscale: #939393. Windows color (decimal): -4811473 or 3118518. OLE color: 3118518.

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

Color convert

RGB 182 149 47 -
CMYK 0 0.18 0.74 0.29
HSL 45.33º 0.59% 0.45% -
HSV(B) 45.33º 0.74% 0.71% -
XYZ 30.55 31.65 7.19 -
YUV 147.24 71.43 152.79 -
System Red Green Blue C M Y K H S L
Decimal 182 149 47 0 0.18 0.74 0.29 45.33 0.59 0.45
Hex B6 95 2F 0 12 4A 1D 2D 3B 2D
Octal 266 225 57 0 22 112 35 55 73 55
Binary 10110110 10010101 101111 0 10010 1001010 11101 101101 111011 101101

Color Harmonies of #B6952F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B6952F

Black with #B6952F

Text Example


Text Example

White with #B6952F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B6952F; }

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

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

background-color css

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

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

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

border-color css

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

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

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