Html Css Color HEX #B68521 Nugget

📋 copy color: '#B68521'

red 182 ◦ green 133 ◦ blue 33

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

Shades of Nugget #B68521

Tints of Nugget #B68521

RGB

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

 GREEN value IS 133 (52.34% from 255) = 38.22%

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

R = 52.3%
G = 38.22%
B = 9.48%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.82

 K value IS 0.29

RGB Variations

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

Color information

#B68521 (or 0xB68521) is known color: Nugget. HEX triplet: B6, 85 and 21. RGB value is (182,133,33). Sum of RGB (Red+Green+Blue) = 182+133+33=348 (46% of max value = 765). Red value is 182 (71.48% from 255 or 52.30% from 348); Green value is 133 (52.34% from 255 or 38.22% from 348); Blue value is 33 (13.28% from 255 or 9.48% from 348); Max value from RGB is 182 - color contains mainly: red. Hex color #B68521 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B68521 is #497ADE. Grayscale: #888888. Windows color (decimal): -4815583 or 2196918. OLE color: 2196918.

HSL color Cylindrical-coordinate representation of color #B68521: hue angle of 40.27º 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 #B68521 is Cyan = 0, Magento = 0.27, Yellow = 0.82 and Black (K on CMYK) = 0.29.

Color convert

RGB 182 133 33 -
CMYK 0 0.27 0.82 0.29
HSL 40.27º 0.69% 0.42% -
HSV(B) 40.27º 0.82% 0.71% -
XYZ 27.95 26.83 5.14 -
YUV 136.25 69.73 160.63 -
System Red Green Blue C M Y K H S L
Decimal 182 133 33 0 0.27 0.82 0.29 40.27 0.69 0.42
Hex B6 85 21 0 1B 52 1D 28 45 2A
Octal 266 205 41 0 33 122 35 50 105 52
Binary 10110110 10000101 100001 0 11011 1010010 11101 101000 1000101 101010

Color Harmonies of #B68521

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B68521

Black with #B68521

Text Example


Text Example

White with #B68521

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B68521; }

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

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

background-color css

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

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

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

border-color css

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

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

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