Html Css Color HEX #B38522 Nugget

📋 copy color: '#B38522'

red 179 ◦ green 133 ◦ blue 34

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

Shades of Nugget #B38522

Tints of Nugget #B38522

RGB

 RED value IS 179 (70.31% from 255) = 51.73%

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

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

R = 51.73%
G = 38.44%
B = 9.83%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.81

 K value IS 0.30

RGB Variations

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

Color information

#B38522 (or 0xB38522) is known color: Nugget. HEX triplet: B3, 85 and 22. RGB value is (179,133,34). Sum of RGB (Red+Green+Blue) = 179+133+34=346 (45% of max value = 765). Red value is 179 (70.31% from 255 or 51.73% from 346); Green value is 133 (52.34% from 255 or 38.44% from 346); Blue value is 34 (13.67% from 255 or 9.83% from 346); Max value from RGB is 179 - color contains mainly: red. Hex color #B38522 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B38522 is #4C7ADD. Grayscale: #878787. Windows color (decimal): -5012190 or 2262451. OLE color: 2262451.

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

Color convert

RGB 179 133 34 -
CMYK 0 0.26 0.81 0.30
HSL 40.97º 0.68% 0.42% -
HSV(B) 40.97º 0.81% 0.7% -
XYZ 27.27 26.47 5.19 -
YUV 135.47 70.74 159.05 -
System Red Green Blue C M Y K H S L
Decimal 179 133 34 0 0.26 0.81 0.30 40.97 0.68 0.42
Hex B3 85 22 0 1A 51 1E 29 44 2A
Octal 263 205 42 0 32 121 36 51 104 52
Binary 10110011 10000101 100010 0 11010 1010001 11110 101001 1000100 101010

Color Harmonies of #B38522

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B38522

Black with #B38522

Text Example


Text Example

White with #B38522

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B38522; }

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

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

background-color css

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

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

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

border-color css

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

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

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