Html Css Color HEX #B28822 Nugget

📋 copy color: '#B28822'

red 178 ◦ green 136 ◦ blue 34

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

Shades of Nugget #B28822

Tints of Nugget #B28822

RGB

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

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

 BLUE value IS 34 (13.67% from 255) = 9.77%

R = 51.15%
G = 39.08%
B = 9.77%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.81

 K value IS 0.30

RGB Variations

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

Color information

#B28822 (or 0xB28822) is known color: Nugget. HEX triplet: B2, 88 and 22. RGB value is (178,136,34). Sum of RGB (Red+Green+Blue) = 178+136+34=348 (46% of max value = 765). Red value is 178 (69.92% from 255 or 51.15% from 348); Green value is 136 (53.52% from 255 or 39.08% from 348); Blue value is 34 (13.67% from 255 or 9.77% from 348); Max value from RGB is 178 - color contains mainly: red. Hex color #B28822 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B28822 is #4D77DD. Grayscale: #898989. Windows color (decimal): -5076958 or 2263218. OLE color: 2263218.

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

Color convert

RGB 178 136 34 -
CMYK 0 0.24 0.81 0.30
HSL 42.5º 0.68% 0.42% -
HSV(B) 42.5º 0.81% 0.7% -
XYZ 27.45 27.19 5.31 -
YUV 136.93 69.91 157.29 -
System Red Green Blue C M Y K H S L
Decimal 178 136 34 0 0.24 0.81 0.30 42.5 0.68 0.42
Hex B2 88 22 0 18 51 1E 2A 44 2A
Octal 262 210 42 0 30 121 36 52 104 52
Binary 10110010 10001000 100010 0 11000 1010001 11110 101010 1000100 101010

Color Harmonies of #B28822

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B28822

Black with #B28822

Text Example


Text Example

White with #B28822

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B28822; }

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

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

background-color css

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

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

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

border-color css

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

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

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