Html Css Color HEX #B38B1C Nugget

📋 copy color: '#B38B1C'

red 179 ◦ green 139 ◦ blue 28

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

Shades of Nugget #B38B1C

Tints of Nugget #B38B1C

RGB

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

 GREEN value IS 139 (54.69% from 255) = 40.17%

 BLUE value IS 28 (11.33% from 255) = 8.09%

R = 51.73%
G = 40.17%
B = 8.09%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.84

 K value IS 0.30

RGB Variations

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

Color information

#B38B1C (or 0xB38B1C) is known color: Nugget. HEX triplet: B3, 8B and 1C. RGB value is (179,139,28). Sum of RGB (Red+Green+Blue) = 179+139+28=346 (45% of max value = 765). Red value is 179 (70.31% from 255 or 51.73% from 346); Green value is 139 (54.69% from 255 or 40.17% from 346); Blue value is 28 (11.33% from 255 or 8.09% from 346); Max value from RGB is 179 - color contains mainly: red. Hex color #B38B1C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B38B1C is #4C74E3. Grayscale: #8A8A8A. Windows color (decimal): -5010660 or 1870771. OLE color: 1870771.

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

Color convert

RGB 179 139 28 -
CMYK 0 0.22 0.84 0.30
HSL 44.11º 0.73% 0.41% -
HSV(B) 44.11º 0.84% 0.7% -
XYZ 28.03 28.13 5.05 -
YUV 138.31 65.75 157.03 -
System Red Green Blue C M Y K H S L
Decimal 179 139 28 0 0.22 0.84 0.30 44.11 0.73 0.41
Hex B3 8B 1C 0 16 54 1E 2C 49 29
Octal 263 213 34 0 26 124 36 54 111 51
Binary 10110011 10001011 11100 0 10110 1010100 11110 101100 1001001 101001

Color Harmonies of #B38B1C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B38B1C

Black with #B38B1C

Text Example


Text Example

White with #B38B1C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B38B1C; }

 p { color: rgb(179,139,28); }

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

background-color css

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

 a { background-color: rgb(179,139,28); }

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

border-color css

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

 span { border-color: rgb(179,139,28); }

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