Html Css Color HEX #B38524 Nugget

📋 copy color: '#B38524'

red 179 ◦ green 133 ◦ blue 36

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

Shades of Nugget #B38524

Tints of Nugget #B38524

RGB

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

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

 BLUE value IS 36 (14.45% from 255) = 10.34%

R = 51.44%
G = 38.22%
B = 10.34%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.80

 K value IS 0.30

RGB Variations

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

Color information

#B38524 (or 0xB38524) is known color: Nugget. HEX triplet: B3, 85 and 24. RGB value is (179,133,36). Sum of RGB (Red+Green+Blue) = 179+133+36=348 (46% of max value = 765). Red value is 179 (70.31% from 255 or 51.44% from 348); Green value is 133 (52.34% from 255 or 38.22% from 348); Blue value is 36 (14.45% from 255 or 10.34% from 348); Max value from RGB is 179 - color contains mainly: red. Hex color #B38524 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B38524 is #4C7ADB. Grayscale: #888888. Windows color (decimal): -5012188 or 2393523. OLE color: 2393523.

HSL color Cylindrical-coordinate representation of color #B38524: hue angle of 40.7º degrees, saturation: 0.67, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #B38524 is Cyan = 0, Magento = 0.26, Yellow = 0.80 and Black (K on CMYK) = 0.30.

Color convert

RGB 179 133 36 -
CMYK 0 0.26 0.80 0.30
HSL 40.7º 0.67% 0.42% -
HSV(B) 40.7º 0.8% 0.7% -
XYZ 27.3 26.49 5.34 -
YUV 135.7 71.74 158.89 -
System Red Green Blue C M Y K H S L
Decimal 179 133 36 0 0.26 0.80 0.30 40.7 0.67 0.42
Hex B3 85 24 0 1A 50 1E 29 43 2A
Octal 263 205 44 0 32 120 36 51 103 52
Binary 10110011 10000101 100100 0 11010 1010000 11110 101001 1000011 101010

Color Harmonies of #B38524

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B38524

Black with #B38524

Text Example


Text Example

White with #B38524

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B38524; }

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

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

background-color css

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

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

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

border-color css

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

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

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