Html Css Color HEX #B68920 Nugget

📋 copy color: '#B68920'

red 182 ◦ green 137 ◦ blue 32

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

Shades of Nugget #B68920

Tints of Nugget #B68920

RGB

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

 GREEN value IS 137 (53.91% from 255) = 39.03%

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

R = 51.85%
G = 39.03%
B = 9.12%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.82

 K value IS 0.29

RGB Variations

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

Color information

#B68920 (or 0xB68920) is known color: Nugget. HEX triplet: B6, 89 and 20. RGB value is (182,137,32). Sum of RGB (Red+Green+Blue) = 182+137+32=351 (46% of max value = 765). Red value is 182 (71.48% from 255 or 51.85% from 351); Green value is 137 (53.91% from 255 or 39.03% from 351); Blue value is 32 (12.89% from 255 or 9.12% from 351); Max value from RGB is 182 - color contains mainly: red. Hex color #B68920 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B68920 is #4976DF. Grayscale: #8A8A8A. Windows color (decimal): -4814560 or 2132406. OLE color: 2132406.

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

Color convert

RGB 182 137 32 -
CMYK 0 0.25 0.82 0.29
HSL 42º 0.7% 0.42% -
HSV(B) 42º 0.82% 0.71% -
XYZ 28.5 27.94 5.26 -
YUV 138.49 67.91 159.04 -
System Red Green Blue C M Y K H S L
Decimal 182 137 32 0 0.25 0.82 0.29 42 0.7 0.42
Hex B6 89 20 0 19 52 1D 2A 46 2A
Octal 266 211 40 0 31 122 35 52 106 52
Binary 10110110 10001001 100000 0 11001 1010010 11101 101010 1000110 101010

Color Harmonies of #B68920

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B68920

Black with #B68920

Text Example


Text Example

White with #B68920

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B68920; }

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

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

background-color css

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

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

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

border-color css

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

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

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