Html Css Color HEX #B38E2A Nugget

📋 copy color: '#B38E2A'

red 179 ◦ green 142 ◦ blue 42

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

Shades of Nugget #B38E2A

Tints of Nugget #B38E2A

RGB

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

 GREEN value IS 142 (55.86% from 255) = 39.12%

 BLUE value IS 42 (16.8% from 255) = 11.57%

R = 49.31%
G = 39.12%
B = 11.57%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.77

 K value IS 0.30

RGB Variations

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

Color information

#B38E2A (or 0xB38E2A) is known color: Nugget. HEX triplet: B3, 8E and 2A. RGB value is (179,142,42). Sum of RGB (Red+Green+Blue) = 179+142+42=363 (48% of max value = 765). Red value is 179 (70.31% from 255 or 49.31% from 363); Green value is 142 (55.86% from 255 or 39.12% from 363); Blue value is 42 (16.80% from 255 or 11.57% from 363); Max value from RGB is 179 - color contains mainly: red. Hex color #B38E2A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B38E2A is #4C71D5. Grayscale: #8E8E8E. Windows color (decimal): -5009878 or 2789043. OLE color: 2789043.

HSL color Cylindrical-coordinate representation of color #B38E2A: hue angle of 43.8º degrees, saturation: 0.62, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #B38E2A is Cyan = 0, Magento = 0.21, Yellow = 0.77 and Black (K on CMYK) = 0.30.

Color convert

RGB 179 142 42 -
CMYK 0 0.21 0.77 0.30
HSL 43.8º 0.62% 0.43% -
HSV(B) 43.8º 0.77% 0.7% -
XYZ 28.68 29.1 6.3 -
YUV 141.66 71.76 154.63 -
System Red Green Blue C M Y K H S L
Decimal 179 142 42 0 0.21 0.77 0.30 43.8 0.62 0.43
Hex B3 8E 2A 0 15 4D 1E 2C 3E 2B
Octal 263 216 52 0 25 115 36 54 76 53
Binary 10110011 10001110 101010 0 10101 1001101 11110 101100 111110 101011

Color Harmonies of #B38E2A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B38E2A

Black with #B38E2A

Text Example


Text Example

White with #B38E2A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B38E2A; }

 p { color: rgb(179,142,42); }

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

background-color css

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

 a { background-color: rgb(179,142,42); }

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

border-color css

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

 span { border-color: rgb(179,142,42); }

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