Html Css Color HEX #B28B21 Nugget

📋 copy color: '#B28B21'

red 178 ◦ green 139 ◦ blue 33

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

Shades of Nugget #B28B21

Tints of Nugget #B28B21

RGB

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

 GREEN value IS 139 (54.69% from 255) = 39.71%

 BLUE value IS 33 (13.28% from 255) = 9.43%

R = 50.86%
G = 39.71%
B = 9.43%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.81

 K value IS 0.30

RGB Variations

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

Color information

#B28B21 (or 0xB28B21) is known color: Nugget. HEX triplet: B2, 8B and 21. RGB value is (178,139,33). Sum of RGB (Red+Green+Blue) = 178+139+33=350 (46% of max value = 765). Red value is 178 (69.92% from 255 or 50.86% from 350); Green value is 139 (54.69% from 255 or 39.71% from 350); Blue value is 33 (13.28% from 255 or 9.43% from 350); Max value from RGB is 178 - color contains mainly: red. Hex color #B28B21 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B28B21 is #4D74DE. Grayscale: #8B8B8B. Windows color (decimal): -5076191 or 2198450. OLE color: 2198450.

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

Color convert

RGB 178 139 33 -
CMYK 0 0.22 0.81 0.30
HSL 43.86º 0.69% 0.41% -
HSV(B) 43.86º 0.81% 0.7% -
XYZ 27.87 28.04 5.38 -
YUV 138.58 68.42 156.12 -
System Red Green Blue C M Y K H S L
Decimal 178 139 33 0 0.22 0.81 0.30 43.86 0.69 0.41
Hex B2 8B 21 0 16 51 1E 2C 45 29
Octal 262 213 41 0 26 121 36 54 105 51
Binary 10110010 10001011 100001 0 10110 1010001 11110 101100 1000101 101001

Color Harmonies of #B28B21

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B28B21

Black with #B28B21

Text Example


Text Example

White with #B28B21

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B28B21; }

 p { color: rgb(178,139,33); }

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

background-color css

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

 a { background-color: rgb(178,139,33); }

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

border-color css

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

 span { border-color: rgb(178,139,33); }

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