Html Css Color HEX #B68622 Nugget

📋 copy color: '#B68622'

red 182 ◦ green 134 ◦ blue 34

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

Shades of Nugget #B68622

Tints of Nugget #B68622

RGB

 RED value IS 182 (71.48% from 255) = 52%

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

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

R = 52%
G = 38.29%
B = 9.71%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.81

 K value IS 0.29

RGB Variations

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

Color information

#B68622 (or 0xB68622) is known color: Nugget. HEX triplet: B6, 86 and 22. RGB value is (182,134,34). Sum of RGB (Red+Green+Blue) = 182+134+34=350 (46% of max value = 765). Red value is 182 (71.48% from 255 or 52% from 350); Green value is 134 (52.73% from 255 or 38.29% from 350); Blue value is 34 (13.67% from 255 or 9.71% from 350); Max value from RGB is 182 - color contains mainly: red. Hex color #B68622 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B68622 is #4979DD. Grayscale: #898989. Windows color (decimal): -4815326 or 2262710. OLE color: 2262710.

HSL color Cylindrical-coordinate representation of color #B68622: hue angle of 40.54º degrees, saturation: 0.69, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #B68622 is Cyan = 0, Magento = 0.26, Yellow = 0.81 and Black (K on CMYK) = 0.29.

Color convert

RGB 182 134 34 -
CMYK 0 0.26 0.81 0.29
HSL 40.54º 0.69% 0.42% -
HSV(B) 40.54º 0.81% 0.71% -
XYZ 28.11 27.11 5.26 -
YUV 136.95 69.9 160.13 -
System Red Green Blue C M Y K H S L
Decimal 182 134 34 0 0.26 0.81 0.29 40.54 0.69 0.42
Hex B6 86 22 0 1A 51 1D 29 45 2A
Octal 266 206 42 0 32 121 35 51 105 52
Binary 10110110 10000110 100010 0 11010 1010001 11101 101001 1000101 101010

Color Harmonies of #B68622

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B68622

Black with #B68622

Text Example


Text Example

White with #B68622

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B68622; }

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

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

background-color css

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

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

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

border-color css

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

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

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