Html Css Color HEX #B38926 Nugget

📋 copy color: '#B38926'

red 179 ◦ green 137 ◦ blue 38

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

Shades of Nugget #B38926

Tints of Nugget #B38926

RGB

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

 GREEN value IS 137 (53.91% from 255) = 38.7%

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

R = 50.56%
G = 38.7%
B = 10.73%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.79

 K value IS 0.30

RGB Variations

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

Color information

#B38926 (or 0xB38926) is known color: Nugget. HEX triplet: B3, 89 and 26. RGB value is (179,137,38). Sum of RGB (Red+Green+Blue) = 179+137+38=354 (46% of max value = 765). Red value is 179 (70.31% from 255 or 50.56% from 354); Green value is 137 (53.91% from 255 or 38.70% from 354); Blue value is 38 (15.23% from 255 or 10.73% from 354); Max value from RGB is 179 - color contains mainly: red. Hex color #B38926 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B38926 is #4C76D9. Grayscale: #8A8A8A. Windows color (decimal): -5011162 or 2525619. OLE color: 2525619.

HSL color Cylindrical-coordinate representation of color #B38926: hue angle of 42.13º 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 #B38926 is Cyan = 0, Magento = 0.23, Yellow = 0.79 and Black (K on CMYK) = 0.30.

Color convert

RGB 179 137 38 -
CMYK 0 0.23 0.79 0.30
HSL 42.13º 0.65% 0.43% -
HSV(B) 42.13º 0.79% 0.7% -
XYZ 27.89 27.61 5.69 -
YUV 138.27 71.41 157.05 -
System Red Green Blue C M Y K H S L
Decimal 179 137 38 0 0.23 0.79 0.30 42.13 0.65 0.43
Hex B3 89 26 0 17 4F 1E 2A 41 2B
Octal 263 211 46 0 27 117 36 52 101 53
Binary 10110011 10001001 100110 0 10111 1001111 11110 101010 1000001 101011

Color Harmonies of #B38926

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B38926

Black with #B38926

Text Example


Text Example

White with #B38926

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B38926; }

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

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

background-color css

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

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

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

border-color css

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

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

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