Html Css Color HEX #B28624 Nugget

📋 copy color: '#B28624'

red 178 ◦ green 134 ◦ blue 36

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

Shades of Nugget #B28624

Tints of Nugget #B28624

RGB

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

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

 BLUE value IS 36 (14.45% from 255) = 10.34%

R = 51.15%
G = 38.51%
B = 10.34%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.80

 K value IS 0.30

RGB Variations

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

Color information

#B28624 (or 0xB28624) is known color: Nugget. HEX triplet: B2, 86 and 24. RGB value is (178,134,36). Sum of RGB (Red+Green+Blue) = 178+134+36=348 (46% of max value = 765). Red value is 178 (69.92% from 255 or 51.15% from 348); Green value is 134 (52.73% from 255 or 38.51% from 348); Blue value is 36 (14.45% from 255 or 10.34% from 348); Max value from RGB is 178 - color contains mainly: red. Hex color #B28624 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B28624 is #4D79DB. Grayscale: #888888. Windows color (decimal): -5077468 or 2393778. OLE color: 2393778.

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

Color convert

RGB 178 134 36 -
CMYK 0 0.25 0.80 0.30
HSL 41.41º 0.66% 0.42% -
HSV(B) 41.41º 0.8% 0.7% -
XYZ 27.2 26.64 5.38 -
YUV 135.98 71.58 157.97 -
System Red Green Blue C M Y K H S L
Decimal 178 134 36 0 0.25 0.80 0.30 41.41 0.66 0.42
Hex B2 86 24 0 19 50 1E 29 42 2A
Octal 262 206 44 0 31 120 36 51 102 52
Binary 10110010 10000110 100100 0 11001 1010000 11110 101001 1000010 101010

Color Harmonies of #B28624

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B28624

Black with #B28624

Text Example


Text Example

White with #B28624

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B28624; }

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

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

background-color css

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

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

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

border-color css

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

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

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