Html Css Color HEX #B28626 Nugget

📋 copy color: '#B28626'

red 178 ◦ green 134 ◦ blue 38

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

Shades of Nugget #B28626

Tints of Nugget #B28626

RGB

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

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

 BLUE value IS 38 (15.23% from 255) = 10.86%

R = 50.86%
G = 38.29%
B = 10.86%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.79

 K value IS 0.30

RGB Variations

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

Color information

#B28626 (or 0xB28626) is known color: Nugget. HEX triplet: B2, 86 and 26. RGB value is (178,134,38). Sum of RGB (Red+Green+Blue) = 178+134+38=350 (46% of max value = 765). Red value is 178 (69.92% from 255 or 50.86% from 350); Green value is 134 (52.73% from 255 or 38.29% from 350); Blue value is 38 (15.23% from 255 or 10.86% from 350); Max value from RGB is 178 - color contains mainly: red. Hex color #B28626 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B28626 is #4D79D9. Grayscale: #888888. Windows color (decimal): -5077466 or 2524850. OLE color: 2524850.

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

Color convert

RGB 178 134 38 -
CMYK 0 0.25 0.79 0.30
HSL 41.14º 0.65% 0.42% -
HSV(B) 41.14º 0.79% 0.7% -
XYZ 27.24 26.66 5.54 -
YUV 136.21 72.58 157.81 -
System Red Green Blue C M Y K H S L
Decimal 178 134 38 0 0.25 0.79 0.30 41.14 0.65 0.42
Hex B2 86 26 0 19 4F 1E 29 41 2A
Octal 262 206 46 0 31 117 36 51 101 52
Binary 10110010 10000110 100110 0 11001 1001111 11110 101001 1000001 101010

Color Harmonies of #B28626

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B28626

Black with #B28626

Text Example


Text Example

White with #B28626

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B28626; }

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

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

background-color css

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

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

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

border-color css

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

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

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