Html Css Color HEX #B68621 Nugget

📋 copy color: '#B68621'

red 182 ◦ green 134 ◦ blue 33

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

Shades of Nugget #B68621

Tints of Nugget #B68621

RGB

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

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

 BLUE value IS 33 (13.28% from 255) = 9.46%

R = 52.15%
G = 38.4%
B = 9.46%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.82

 K value IS 0.29

RGB Variations

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

Color information

#B68621 (or 0xB68621) is known color: Nugget. HEX triplet: B6, 86 and 21. RGB value is (182,134,33). Sum of RGB (Red+Green+Blue) = 182+134+33=349 (46% of max value = 765). Red value is 182 (71.48% from 255 or 52.15% from 349); Green value is 134 (52.73% from 255 or 38.40% from 349); Blue value is 33 (13.28% from 255 or 9.46% from 349); Max value from RGB is 182 - color contains mainly: red. Hex color #B68621 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B68621 is #4979DE. Grayscale: #898989. Windows color (decimal): -4815327 or 2197174. OLE color: 2197174.

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

Color convert

RGB 182 134 33 -
CMYK 0 0.26 0.82 0.29
HSL 40.67º 0.69% 0.42% -
HSV(B) 40.67º 0.82% 0.71% -
XYZ 28.09 27.11 5.19 -
YUV 136.84 69.4 160.21 -
System Red Green Blue C M Y K H S L
Decimal 182 134 33 0 0.26 0.82 0.29 40.67 0.69 0.42
Hex B6 86 21 0 1A 52 1D 29 45 2A
Octal 266 206 41 0 32 122 35 51 105 52
Binary 10110110 10000110 100001 0 11010 1010010 11101 101001 1000101 101010

Color Harmonies of #B68621

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B68621

Black with #B68621

Text Example


Text Example

White with #B68621

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B68621; }

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

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

background-color css

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

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

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

border-color css

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

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

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