Html Css Color HEX #B38C26 Nugget

📋 copy color: '#B38C26'

red 179 ◦ green 140 ◦ blue 38

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

Shades of Nugget #B38C26

Tints of Nugget #B38C26

RGB

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

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

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

R = 50.14%
G = 39.22%
B = 10.64%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.79

 K value IS 0.30

RGB Variations

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

Color information

#B38C26 (or 0xB38C26) is known color: Nugget. HEX triplet: B3, 8C and 26. RGB value is (179,140,38). Sum of RGB (Red+Green+Blue) = 179+140+38=357 (47% of max value = 765). Red value is 179 (70.31% from 255 or 50.14% from 357); Green value is 140 (55.08% from 255 or 39.22% from 357); Blue value is 38 (15.23% from 255 or 10.64% from 357); Max value from RGB is 179 - color contains mainly: red. Hex color #B38C26 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B38C26 is #4C73D9. Grayscale: #8C8C8C. Windows color (decimal): -5010394 or 2526387. OLE color: 2526387.

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

Color convert

RGB 179 140 38 -
CMYK 0 0.22 0.79 0.30
HSL 43.4º 0.65% 0.43% -
HSV(B) 43.4º 0.79% 0.7% -
XYZ 28.32 28.48 5.84 -
YUV 140.03 70.42 155.79 -
System Red Green Blue C M Y K H S L
Decimal 179 140 38 0 0.22 0.79 0.30 43.4 0.65 0.43
Hex B3 8C 26 0 16 4F 1E 2B 41 2B
Octal 263 214 46 0 26 117 36 53 101 53
Binary 10110011 10001100 100110 0 10110 1001111 11110 101011 1000001 101011

Color Harmonies of #B38C26

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B38C26

Black with #B38C26

Text Example


Text Example

White with #B38C26

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B38C26; }

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

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

background-color css

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

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

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

border-color css

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

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

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