Html Css Color HEX #B28A21 Nugget

📋 copy color: '#B28A21'

red 178 ◦ green 138 ◦ blue 33

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

Shades of Nugget #B28A21

Tints of Nugget #B28A21

RGB

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

 GREEN value IS 138 (54.3% from 255) = 39.54%

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

R = 51%
G = 39.54%
B = 9.46%

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

#B28A21 (or 0xB28A21) is known color: Nugget. HEX triplet: B2, 8A and 21. RGB value is (178,138,33). Sum of RGB (Red+Green+Blue) = 178+138+33=349 (46% of max value = 765). Red value is 178 (69.92% from 255 or 51.00% from 349); Green value is 138 (54.30% from 255 or 39.54% from 349); Blue value is 33 (13.28% from 255 or 9.46% from 349); Max value from RGB is 178 - color contains mainly: red. Hex color #B28A21 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B28A21 is #4D75DE. Grayscale: #8A8A8A. Windows color (decimal): -5076447 or 2198194. OLE color: 2198194.

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

Color convert

RGB 178 138 33 -
CMYK 0 0.22 0.81 0.30
HSL 43.45º 0.69% 0.41% -
HSV(B) 43.45º 0.81% 0.7% -
XYZ 27.72 27.75 5.33 -
YUV 137.99 68.75 156.54 -
System Red Green Blue C M Y K H S L
Decimal 178 138 33 0 0.22 0.81 0.30 43.45 0.69 0.41
Hex B2 8A 21 0 16 51 1E 2B 45 29
Octal 262 212 41 0 26 121 36 53 105 51
Binary 10110010 10001010 100001 0 10110 1010001 11110 101011 1000101 101001

Color Harmonies of #B28A21

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B28A21

Black with #B28A21

Text Example


Text Example

White with #B28A21

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B28A21; }

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

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

background-color css

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

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

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

border-color css

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

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

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