Html Css Color HEX #B28620 Nugget

📋 copy color: '#B28620'

red 178 ◦ green 134 ◦ blue 32

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

Shades of Nugget #B28620

Tints of Nugget #B28620

RGB

 RED value IS 178 (69.92% from 255) = 51.74%

 GREEN value IS 134 (52.73% from 255) = 38.95%

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

R = 51.74%
G = 38.95%
B = 9.3%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.82

 K value IS 0.30

RGB Variations

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

Color information

#B28620 (or 0xB28620) is known color: Nugget. HEX triplet: B2, 86 and 20. RGB value is (178,134,32). Sum of RGB (Red+Green+Blue) = 178+134+32=344 (45% of max value = 765). Red value is 178 (69.92% from 255 or 51.74% from 344); Green value is 134 (52.73% from 255 or 38.95% from 344); Blue value is 32 (12.89% from 255 or 9.30% from 344); Max value from RGB is 178 - color contains mainly: red. Hex color #B28620 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B28620 is #4D79DF. Grayscale: #878787. Windows color (decimal): -5077472 or 2131634. OLE color: 2131634.

HSL color Cylindrical-coordinate representation of color #B28620: hue angle of 41.92º degrees, saturation: 0.7, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #B28620 is Cyan = 0, Magento = 0.25, Yellow = 0.82 and Black (K on CMYK) = 0.30.

Color convert

RGB 178 134 32 -
CMYK 0 0.25 0.82 0.30
HSL 41.92º 0.7% 0.41% -
HSV(B) 41.92º 0.82% 0.7% -
XYZ 27.15 26.62 5.07 -
YUV 135.53 69.58 158.29 -
System Red Green Blue C M Y K H S L
Decimal 178 134 32 0 0.25 0.82 0.30 41.92 0.7 0.41
Hex B2 86 20 0 19 52 1E 2A 46 29
Octal 262 206 40 0 31 122 36 52 106 51
Binary 10110010 10000110 100000 0 11001 1010010 11110 101010 1000110 101001

Color Harmonies of #B28620

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B28620

Black with #B28620

Text Example


Text Example

White with #B28620

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B28620; }

 p { color: rgb(178,134,32); }

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

background-color css

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

 a { background-color: rgb(178,134,32); }

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

border-color css

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

 span { border-color: rgb(178,134,32); }

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