Html Css Color HEX #B68520 Nugget

📋 copy color: '#B68520'

red 182 ◦ green 133 ◦ blue 32

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

Shades of Nugget #B68520

Tints of Nugget #B68520

RGB

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

 GREEN value IS 133 (52.34% from 255) = 38.33%

 BLUE value IS 32 (12.89% from 255) = 9.22%

R = 52.45%
G = 38.33%
B = 9.22%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.82

 K value IS 0.29

RGB Variations

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

Color information

#B68520 (or 0xB68520) is known color: Nugget. HEX triplet: B6, 85 and 20. RGB value is (182,133,32). Sum of RGB (Red+Green+Blue) = 182+133+32=347 (45% of max value = 765). Red value is 182 (71.48% from 255 or 52.45% from 347); Green value is 133 (52.34% from 255 or 38.33% from 347); Blue value is 32 (12.89% from 255 or 9.22% from 347); Max value from RGB is 182 - color contains mainly: red. Hex color #B68520 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B68520 is #497ADF. Grayscale: #888888. Windows color (decimal): -4815584 or 2131382. OLE color: 2131382.

HSL color Cylindrical-coordinate representation of color #B68520: hue angle of 40.4º degrees, saturation: 0.7, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #B68520 is Cyan = 0, Magento = 0.27, Yellow = 0.82 and Black (K on CMYK) = 0.29.

Color convert

RGB 182 133 32 -
CMYK 0 0.27 0.82 0.29
HSL 40.4º 0.7% 0.42% -
HSV(B) 40.4º 0.82% 0.71% -
XYZ 27.94 26.82 5.07 -
YUV 136.14 69.23 160.71 -
System Red Green Blue C M Y K H S L
Decimal 182 133 32 0 0.27 0.82 0.29 40.4 0.7 0.42
Hex B6 85 20 0 1B 52 1D 28 46 2A
Octal 266 205 40 0 33 122 35 50 106 52
Binary 10110110 10000101 100000 0 11011 1010010 11101 101000 1000110 101010

Color Harmonies of #B68520

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B68520

Black with #B68520

Text Example


Text Example

White with #B68520

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B68520; }

 p { color: rgb(182,133,32); }

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

background-color css

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

 a { background-color: rgb(182,133,32); }

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

border-color css

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

 span { border-color: rgb(182,133,32); }

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