Html Css Color HEX #B38726 Nugget

📋 copy color: '#B38726'

red 179 ◦ green 135 ◦ blue 38

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

Shades of Nugget #B38726

Tints of Nugget #B38726

RGB

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

 GREEN value IS 135 (53.13% from 255) = 38.35%

 BLUE value IS 38 (15.23% from 255) = 10.8%

R = 50.85%
G = 38.35%
B = 10.8%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.79

 K value IS 0.30

RGB Variations

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

Color information

#B38726 (or 0xB38726) is known color: Nugget. HEX triplet: B3, 87 and 26. RGB value is (179,135,38). Sum of RGB (Red+Green+Blue) = 179+135+38=352 (46% of max value = 765). Red value is 179 (70.31% from 255 or 50.85% from 352); Green value is 135 (53.12% from 255 or 38.35% from 352); Blue value is 38 (15.23% from 255 or 10.80% from 352); Max value from RGB is 179 - color contains mainly: red. Hex color #B38726 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B38726 is #4C78D9. Grayscale: #898989. Windows color (decimal): -5011674 or 2525107. OLE color: 2525107.

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

Color convert

RGB 179 135 38 -
CMYK 0 0.25 0.79 0.30
HSL 41.28º 0.65% 0.43% -
HSV(B) 41.28º 0.79% 0.7% -
XYZ 27.6 27.05 5.6 -
YUV 137.1 72.08 157.89 -
System Red Green Blue C M Y K H S L
Decimal 179 135 38 0 0.25 0.79 0.30 41.28 0.65 0.43
Hex B3 87 26 0 19 4F 1E 29 41 2B
Octal 263 207 46 0 31 117 36 51 101 53
Binary 10110011 10000111 100110 0 11001 1001111 11110 101001 1000001 101011

Color Harmonies of #B38726

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B38726

Black with #B38726

Text Example


Text Example

White with #B38726

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B38726; }

 p { color: rgb(179,135,38); }

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

background-color css

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

 a { background-color: rgb(179,135,38); }

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

border-color css

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

 span { border-color: rgb(179,135,38); }

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