Html Css Color HEX #B38920 Nugget

📋 copy color: '#B38920'

red 179 ◦ green 137 ◦ blue 32

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

Shades of Nugget #B38920

Tints of Nugget #B38920

RGB

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

 GREEN value IS 137 (53.91% from 255) = 39.37%

 BLUE value IS 32 (12.89% from 255) = 9.2%

R = 51.44%
G = 39.37%
B = 9.2%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.82

 K value IS 0.30

RGB Variations

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

Color information

#B38920 (or 0xB38920) is known color: Nugget. HEX triplet: B3, 89 and 20. RGB value is (179,137,32). Sum of RGB (Red+Green+Blue) = 179+137+32=348 (46% of max value = 765). Red value is 179 (70.31% from 255 or 51.44% from 348); Green value is 137 (53.91% from 255 or 39.37% from 348); Blue value is 32 (12.89% from 255 or 9.20% from 348); Max value from RGB is 179 - color contains mainly: red. Hex color #B38920 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B38920 is #4C76DF. Grayscale: #8A8A8A. Windows color (decimal): -5011168 or 2132403. OLE color: 2132403.

HSL color Cylindrical-coordinate representation of color #B38920: hue angle of 42.86º degrees, saturation: 0.7, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #B38920 is Cyan = 0, Magento = 0.23, Yellow = 0.82 and Black (K on CMYK) = 0.30.

Color convert

RGB 179 137 32 -
CMYK 0 0.23 0.82 0.30
HSL 42.86º 0.7% 0.41% -
HSV(B) 42.86º 0.82% 0.7% -
XYZ 27.8 27.58 5.22 -
YUV 137.59 68.41 157.54 -
System Red Green Blue C M Y K H S L
Decimal 179 137 32 0 0.23 0.82 0.30 42.86 0.7 0.41
Hex B3 89 20 0 17 52 1E 2B 46 29
Octal 263 211 40 0 27 122 36 53 106 51
Binary 10110011 10001001 100000 0 10111 1010010 11110 101011 1000110 101001

Color Harmonies of #B38920

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B38920

Black with #B38920

Text Example


Text Example

White with #B38920

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B38920; }

 p { color: rgb(179,137,32); }

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

background-color css

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

 a { background-color: rgb(179,137,32); }

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

border-color css

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

 span { border-color: rgb(179,137,32); }

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