Html Css Color HEX #B28522 Nugget

📋 copy color: '#B28522'

red 178 ◦ green 133 ◦ blue 34

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

Shades of Nugget #B28522

Tints of Nugget #B28522

RGB

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

 GREEN value IS 133 (52.34% from 255) = 38.55%

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

R = 51.59%
G = 38.55%
B = 9.86%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.81

 K value IS 0.30

RGB Variations

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

Color information

#B28522 (or 0xB28522) is known color: Nugget. HEX triplet: B2, 85 and 22. RGB value is (178,133,34). Sum of RGB (Red+Green+Blue) = 178+133+34=345 (45% of max value = 765). Red value is 178 (69.92% from 255 or 51.59% from 345); Green value is 133 (52.34% from 255 or 38.55% from 345); Blue value is 34 (13.67% from 255 or 9.86% from 345); Max value from RGB is 178 - color contains mainly: red. Hex color #B28522 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B28522 is #4D7ADD. Grayscale: #878787. Windows color (decimal): -5077726 or 2262450. OLE color: 2262450.

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

Color convert

RGB 178 133 34 -
CMYK 0 0.25 0.81 0.30
HSL 41.25º 0.68% 0.42% -
HSV(B) 41.25º 0.81% 0.7% -
XYZ 27.04 26.36 5.18 -
YUV 135.17 70.91 158.55 -
System Red Green Blue C M Y K H S L
Decimal 178 133 34 0 0.25 0.81 0.30 41.25 0.68 0.42
Hex B2 85 22 0 19 51 1E 29 44 2A
Octal 262 205 42 0 31 121 36 51 104 52
Binary 10110010 10000101 100010 0 11001 1010001 11110 101001 1000100 101010

Color Harmonies of #B28522

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B28522

Black with #B28522

Text Example


Text Example

White with #B28522

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B28522; }

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

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

background-color css

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

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

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

border-color css

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

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

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