Html Css Color HEX #B38E2D Nugget

📋 copy color: '#B38E2D'

red 179 ◦ green 142 ◦ blue 45

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

Shades of Nugget #B38E2D

Tints of Nugget #B38E2D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 12.3%

R = 48.91%
G = 38.8%
B = 12.3%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.75

 K value IS 0.30

RGB Variations

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

Color information

#B38E2D (or 0xB38E2D) is known color: Nugget. HEX triplet: B3, 8E and 2D. RGB value is (179,142,45). Sum of RGB (Red+Green+Blue) = 179+142+45=366 (48% of max value = 765). Red value is 179 (70.31% from 255 or 48.91% from 366); Green value is 142 (55.86% from 255 or 38.80% from 366); Blue value is 45 (17.97% from 255 or 12.30% from 366); Max value from RGB is 179 - color contains mainly: red. Hex color #B38E2D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B38E2D is #4C71D2. Grayscale: #8E8E8E. Windows color (decimal): -5009875 or 2985651. OLE color: 2985651.

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

Color convert

RGB 179 142 45 -
CMYK 0 0.21 0.75 0.30
HSL 43.43º 0.6% 0.44% -
HSV(B) 43.43º 0.75% 0.7% -
XYZ 28.74 29.12 6.59 -
YUV 142.01 73.26 154.39 -
System Red Green Blue C M Y K H S L
Decimal 179 142 45 0 0.21 0.75 0.30 43.43 0.6 0.44
Hex B3 8E 2D 0 15 4B 1E 2B 3C 2C
Octal 263 216 55 0 25 113 36 53 74 54
Binary 10110011 10001110 101101 0 10101 1001011 11110 101011 111100 101100

Color Harmonies of #B38E2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B38E2D

Black with #B38E2D

Text Example


Text Example

White with #B38E2D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B38E2D; }

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

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

background-color css

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

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

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

border-color css

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

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

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