Html Css Color HEX #B38825 Nugget

📋 copy color: '#B38825'

red 179 ◦ green 136 ◦ blue 37

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

Shades of Nugget #B38825

Tints of Nugget #B38825

RGB

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

 GREEN value IS 136 (53.52% from 255) = 38.64%

 BLUE value IS 37 (14.84% from 255) = 10.51%

R = 50.85%
G = 38.64%
B = 10.51%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.79

 K value IS 0.30

RGB Variations

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

Color information

#B38825 (or 0xB38825) is known color: Nugget. HEX triplet: B3, 88 and 25. RGB value is (179,136,37). Sum of RGB (Red+Green+Blue) = 179+136+37=352 (46% of max value = 765). Red value is 179 (70.31% from 255 or 50.85% from 352); Green value is 136 (53.52% from 255 or 38.64% from 352); Blue value is 37 (14.84% from 255 or 10.51% from 352); Max value from RGB is 179 - color contains mainly: red. Hex color #B38825 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B38825 is #4C77DA. Grayscale: #8A8A8A. Windows color (decimal): -5011419 or 2459827. OLE color: 2459827.

HSL color Cylindrical-coordinate representation of color #B38825: hue angle of 41.83º degrees, saturation: 0.66, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #B38825 is Cyan = 0, Magento = 0.24, Yellow = 0.79 and Black (K on CMYK) = 0.30.

Color convert

RGB 179 136 37 -
CMYK 0 0.24 0.79 0.30
HSL 41.83º 0.66% 0.42% -
HSV(B) 41.83º 0.79% 0.7% -
XYZ 27.73 27.33 5.56 -
YUV 137.57 71.25 157.55 -
System Red Green Blue C M Y K H S L
Decimal 179 136 37 0 0.24 0.79 0.30 41.83 0.66 0.42
Hex B3 88 25 0 18 4F 1E 2A 42 2A
Octal 263 210 45 0 30 117 36 52 102 52
Binary 10110011 10001000 100101 0 11000 1001111 11110 101010 1000010 101010

Color Harmonies of #B38825

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B38825

Black with #B38825

Text Example


Text Example

White with #B38825

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B38825; }

 p { color: rgb(179,136,37); }

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

background-color css

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

 a { background-color: rgb(179,136,37); }

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

border-color css

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

 span { border-color: rgb(179,136,37); }

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