Html Css Color HEX #B28826 Nugget

📋 copy color: '#B28826'

red 178 ◦ green 136 ◦ blue 38

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

Shades of Nugget #B28826

Tints of Nugget #B28826

RGB

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

 GREEN value IS 136 (53.52% from 255) = 38.64%

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

R = 50.57%
G = 38.64%
B = 10.8%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.79

 K value IS 0.30

RGB Variations

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

Color information

#B28826 (or 0xB28826) is known color: Nugget. HEX triplet: B2, 88 and 26. RGB value is (178,136,38). Sum of RGB (Red+Green+Blue) = 178+136+38=352 (46% of max value = 765). Red value is 178 (69.92% from 255 or 50.57% from 352); Green value is 136 (53.52% from 255 or 38.64% from 352); Blue value is 38 (15.23% from 255 or 10.80% from 352); Max value from RGB is 178 - color contains mainly: red. Hex color #B28826 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B28826 is #4D77D9. Grayscale: #898989. Windows color (decimal): -5076954 or 2525362. OLE color: 2525362.

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

Color convert

RGB 178 136 38 -
CMYK 0 0.24 0.79 0.30
HSL 42º 0.65% 0.42% -
HSV(B) 42º 0.79% 0.7% -
XYZ 27.51 27.21 5.64 -
YUV 137.39 71.91 156.97 -
System Red Green Blue C M Y K H S L
Decimal 178 136 38 0 0.24 0.79 0.30 42 0.65 0.42
Hex B2 88 26 0 18 4F 1E 2A 41 2A
Octal 262 210 46 0 30 117 36 52 101 52
Binary 10110010 10001000 100110 0 11000 1001111 11110 101010 1000001 101010

Color Harmonies of #B28826

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B28826

Black with #B28826

Text Example


Text Example

White with #B28826

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B28826; }

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

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

background-color css

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

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

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

border-color css

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

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

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