Html Css Color HEX #B68C20 Nugget

📋 copy color: '#B68C20'

red 182 ◦ green 140 ◦ blue 32

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

Shades of Nugget #B68C20

Tints of Nugget #B68C20

RGB

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

 GREEN value IS 140 (55.08% from 255) = 39.55%

 BLUE value IS 32 (12.89% from 255) = 9.04%

R = 51.41%
G = 39.55%
B = 9.04%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.82

 K value IS 0.29

RGB Variations

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

Color information

#B68C20 (or 0xB68C20) is known color: Nugget. HEX triplet: B6, 8C and 20. RGB value is (182,140,32). Sum of RGB (Red+Green+Blue) = 182+140+32=354 (46% of max value = 765). Red value is 182 (71.48% from 255 or 51.41% from 354); Green value is 140 (55.08% from 255 or 39.55% from 354); Blue value is 32 (12.89% from 255 or 9.04% from 354); Max value from RGB is 182 - color contains mainly: red. Hex color #B68C20 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B68C20 is #4973DF. Grayscale: #8C8C8C. Windows color (decimal): -4813792 or 2133174. OLE color: 2133174.

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

Color convert

RGB 182 140 32 -
CMYK 0 0.23 0.82 0.29
HSL 43.2º 0.7% 0.42% -
HSV(B) 43.2º 0.82% 0.71% -
XYZ 28.93 28.81 5.4 -
YUV 140.25 66.91 157.78 -
System Red Green Blue C M Y K H S L
Decimal 182 140 32 0 0.23 0.82 0.29 43.2 0.7 0.42
Hex B6 8C 20 0 17 52 1D 2B 46 2A
Octal 266 214 40 0 27 122 35 53 106 52
Binary 10110110 10001100 100000 0 10111 1010010 11101 101011 1000110 101010

Color Harmonies of #B68C20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B68C20

Black with #B68C20

Text Example


Text Example

White with #B68C20

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B68C20; }

 p { color: rgb(182,140,32); }

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

background-color css

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

 a { background-color: rgb(182,140,32); }

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

border-color css

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

 span { border-color: rgb(182,140,32); }

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