Html Css Color HEX #B28A22 Nugget

📋 copy color: '#B28A22'

red 178 ◦ green 138 ◦ blue 34

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

Shades of Nugget #B28A22

Tints of Nugget #B28A22

RGB

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

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

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

R = 50.86%
G = 39.43%
B = 9.71%

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

#B28A22 (or 0xB28A22) is known color: Nugget. HEX triplet: B2, 8A and 22. RGB value is (178,138,34). Sum of RGB (Red+Green+Blue) = 178+138+34=350 (46% of max value = 765). Red value is 178 (69.92% from 255 or 50.86% from 350); Green value is 138 (54.30% from 255 or 39.43% from 350); Blue value is 34 (13.67% from 255 or 9.71% from 350); Max value from RGB is 178 - color contains mainly: red. Hex color #B28A22 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B28A22 is #4D75DD. Grayscale: #8A8A8A. Windows color (decimal): -5076446 or 2263730. OLE color: 2263730.

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

Color convert

RGB 178 138 34 -
CMYK 0 0.22 0.81 0.30
HSL 43.33º 0.68% 0.42% -
HSV(B) 43.33º 0.81% 0.7% -
XYZ 27.74 27.76 5.41 -
YUV 138.1 69.25 156.46 -
System Red Green Blue C M Y K H S L
Decimal 178 138 34 0 0.22 0.81 0.30 43.33 0.68 0.42
Hex B2 8A 22 0 16 51 1E 2B 44 2A
Octal 262 212 42 0 26 121 36 53 104 52
Binary 10110010 10001010 100010 0 10110 1010001 11110 101011 1000100 101010

Color Harmonies of #B28A22

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B28A22

Black with #B28A22

Text Example


Text Example

White with #B28A22

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B28A22; }

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

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

background-color css

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

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

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

border-color css

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

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

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