Html Css Color HEX #B68E21 Nugget

📋 copy color: '#B68E21'

red 182 ◦ green 142 ◦ blue 33

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

Shades of Nugget #B68E21

Tints of Nugget #B68E21

RGB

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

 GREEN value IS 142 (55.86% from 255) = 39.78%

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

R = 50.98%
G = 39.78%
B = 9.24%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.82

 K value IS 0.29

RGB Variations

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

Color information

#B68E21 (or 0xB68E21) is known color: Nugget. HEX triplet: B6, 8E and 21. RGB value is (182,142,33). Sum of RGB (Red+Green+Blue) = 182+142+33=357 (47% of max value = 765). Red value is 182 (71.48% from 255 or 50.98% from 357); Green value is 142 (55.86% from 255 or 39.78% from 357); Blue value is 33 (13.28% from 255 or 9.24% from 357); Max value from RGB is 182 - color contains mainly: red. Hex color #B68E21 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B68E21 is #4971DE. Grayscale: #8E8E8E. Windows color (decimal): -4813279 or 2199222. OLE color: 2199222.

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

Color convert

RGB 182 142 33 -
CMYK 0 0.22 0.82 0.29
HSL 43.89º 0.69% 0.42% -
HSV(B) 43.89º 0.82% 0.71% -
XYZ 29.24 29.4 5.57 -
YUV 141.53 66.75 156.86 -
System Red Green Blue C M Y K H S L
Decimal 182 142 33 0 0.22 0.82 0.29 43.89 0.69 0.42
Hex B6 8E 21 0 16 52 1D 2C 45 2A
Octal 266 216 41 0 26 122 35 54 105 52
Binary 10110110 10001110 100001 0 10110 1010010 11101 101100 1000101 101010

Color Harmonies of #B68E21

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B68E21

Black with #B68E21

Text Example


Text Example

White with #B68E21

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B68E21; }

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

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

background-color css

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

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

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

border-color css

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

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

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