Html Css Color HEX #B38C2B Nugget

📋 copy color: '#B38C2B'

red 179 ◦ green 140 ◦ blue 43

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

Shades of Nugget #B38C2B

Tints of Nugget #B38C2B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 11.88%

R = 49.45%
G = 38.67%
B = 11.88%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.76

 K value IS 0.30

RGB Variations

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

Color information

#B38C2B (or 0xB38C2B) is known color: Nugget. HEX triplet: B3, 8C and 2B. RGB value is (179,140,43). Sum of RGB (Red+Green+Blue) = 179+140+43=362 (47% of max value = 765). Red value is 179 (70.31% from 255 or 49.45% from 362); Green value is 140 (55.08% from 255 or 38.67% from 362); Blue value is 43 (17.19% from 255 or 11.88% from 362); Max value from RGB is 179 - color contains mainly: red. Hex color #B38C2B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B38C2B is #4C73D4. Grayscale: #8D8D8D. Windows color (decimal): -5010389 or 2854067. OLE color: 2854067.

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

Color convert

RGB 179 140 43 -
CMYK 0 0.22 0.76 0.30
HSL 42.79º 0.61% 0.44% -
HSV(B) 42.79º 0.76% 0.7% -
XYZ 28.4 28.51 6.29 -
YUV 140.6 72.92 155.39 -
System Red Green Blue C M Y K H S L
Decimal 179 140 43 0 0.22 0.76 0.30 42.79 0.61 0.44
Hex B3 8C 2B 0 16 4C 1E 2B 3D 2C
Octal 263 214 53 0 26 114 36 53 75 54
Binary 10110011 10001100 101011 0 10110 1001100 11110 101011 111101 101100

Color Harmonies of #B38C2B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B38C2B

Black with #B38C2B

Text Example


Text Example

White with #B38C2B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B38C2B; }

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

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

background-color css

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

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

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

border-color css

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

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

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