Html Css Color HEX #B38622 Nugget

📋 copy color: '#B38622'

red 179 ◦ green 134 ◦ blue 34

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

Shades of Nugget #B38622

Tints of Nugget #B38622

RGB

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

 GREEN value IS 134 (52.73% from 255) = 38.62%

 BLUE value IS 34 (13.67% from 255) = 9.8%

R = 51.59%
G = 38.62%
B = 9.8%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.81

 K value IS 0.30

RGB Variations

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

Color information

#B38622 (or 0xB38622) is known color: Nugget. HEX triplet: B3, 86 and 22. RGB value is (179,134,34). Sum of RGB (Red+Green+Blue) = 179+134+34=347 (45% of max value = 765). Red value is 179 (70.31% from 255 or 51.59% from 347); Green value is 134 (52.73% from 255 or 38.62% from 347); Blue value is 34 (13.67% from 255 or 9.80% from 347); Max value from RGB is 179 - color contains mainly: red. Hex color #B38622 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B38622 is #4C79DD. Grayscale: #888888. Windows color (decimal): -5011934 or 2262707. OLE color: 2262707.

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

Color convert

RGB 179 134 34 -
CMYK 0 0.25 0.81 0.30
HSL 41.38º 0.68% 0.42% -
HSV(B) 41.38º 0.81% 0.7% -
XYZ 27.4 26.75 5.23 -
YUV 136.06 70.41 158.63 -
System Red Green Blue C M Y K H S L
Decimal 179 134 34 0 0.25 0.81 0.30 41.38 0.68 0.42
Hex B3 86 22 0 19 51 1E 29 44 2A
Octal 263 206 42 0 31 121 36 51 104 52
Binary 10110011 10000110 100010 0 11001 1010001 11110 101001 1000100 101010

Color Harmonies of #B38622

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B38622

Black with #B38622

Text Example


Text Example

White with #B38622

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B38622; }

 p { color: rgb(179,134,34); }

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

background-color css

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

 a { background-color: rgb(179,134,34); }

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

border-color css

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

 span { border-color: rgb(179,134,34); }

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