Html Css Color HEX #B6912F Nugget

📋 copy color: '#B6912F'

red 182 ◦ green 145 ◦ blue 47

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

Shades of Nugget #B6912F

Tints of Nugget #B6912F

RGB

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

 GREEN value IS 145 (57.03% from 255) = 38.77%

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

R = 48.66%
G = 38.77%
B = 12.57%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.74

 K value IS 0.29

RGB Variations

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

Color information

#B6912F (or 0xB6912F) is known color: Nugget. HEX triplet: B6, 91 and 2F. RGB value is (182,145,47). Sum of RGB (Red+Green+Blue) = 182+145+47=374 (49% of max value = 765). Red value is 182 (71.48% from 255 or 48.66% from 374); Green value is 145 (57.03% from 255 or 38.77% from 374); Blue value is 47 (18.75% from 255 or 12.57% from 374); Max value from RGB is 182 - color contains mainly: red. Hex color #B6912F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B6912F is #496ED0. Grayscale: #919191. Windows color (decimal): -4812497 or 3117494. OLE color: 3117494.

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

Color convert

RGB 182 145 47 -
CMYK 0 0.20 0.74 0.29
HSL 43.56º 0.59% 0.45% -
HSV(B) 43.56º 0.74% 0.71% -
XYZ 29.93 30.4 6.98 -
YUV 144.89 72.76 154.47 -
System Red Green Blue C M Y K H S L
Decimal 182 145 47 0 0.20 0.74 0.29 43.56 0.59 0.45
Hex B6 91 2F 0 14 4A 1D 2C 3B 2D
Octal 266 221 57 0 24 112 35 54 73 55
Binary 10110110 10010001 101111 0 10100 1001010 11101 101100 111011 101101

Color Harmonies of #B6912F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B6912F

Black with #B6912F

Text Example


Text Example

White with #B6912F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B6912F; }

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

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

background-color css

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

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

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

border-color css

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

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

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