Html Css Color HEX #B38C28 Nugget

📋 copy color: '#B38C28'

red 179 ◦ green 140 ◦ blue 40

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

Shades of Nugget #B38C28

Tints of Nugget #B38C28

RGB

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

 GREEN value IS 140 (55.08% from 255) = 39%

 BLUE value IS 40 (16.02% from 255) = 11.14%

R = 49.86%
G = 39%
B = 11.14%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.78

 K value IS 0.30

RGB Variations

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

Color information

#B38C28 (or 0xB38C28) is known color: Nugget. HEX triplet: B3, 8C and 28. RGB value is (179,140,40). Sum of RGB (Red+Green+Blue) = 179+140+40=359 (47% of max value = 765). Red value is 179 (70.31% from 255 or 49.86% from 359); Green value is 140 (55.08% from 255 or 39.00% from 359); Blue value is 40 (16.02% from 255 or 11.14% from 359); Max value from RGB is 179 - color contains mainly: red. Hex color #B38C28 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B38C28 is #4C73D7. Grayscale: #8C8C8C. Windows color (decimal): -5010392 or 2657459. OLE color: 2657459.

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

Color convert

RGB 179 140 40 -
CMYK 0 0.22 0.78 0.30
HSL 43.17º 0.63% 0.43% -
HSV(B) 43.17º 0.78% 0.7% -
XYZ 28.35 28.49 6.01 -
YUV 140.26 71.42 155.63 -
System Red Green Blue C M Y K H S L
Decimal 179 140 40 0 0.22 0.78 0.30 43.17 0.63 0.43
Hex B3 8C 28 0 16 4E 1E 2B 3F 2B
Octal 263 214 50 0 26 116 36 53 77 53
Binary 10110011 10001100 101000 0 10110 1001110 11110 101011 111111 101011

Color Harmonies of #B38C28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B38C28

Black with #B38C28

Text Example


Text Example

White with #B38C28

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B38C28; }

 p { color: rgb(179,140,40); }

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

background-color css

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

 a { background-color: rgb(179,140,40); }

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

border-color css

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

 span { border-color: rgb(179,140,40); }

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