Html Css Color HEX #B68C2A Nugget

📋 copy color: '#B68C2A'

red 182 ◦ green 140 ◦ blue 42

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

Shades of Nugget #B68C2A

Tints of Nugget #B68C2A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 11.54%

R = 50%
G = 38.46%
B = 11.54%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.77

 K value IS 0.29

RGB Variations

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

Color information

#B68C2A (or 0xB68C2A) is known color: Nugget. HEX triplet: B6, 8C and 2A. RGB value is (182,140,42). Sum of RGB (Red+Green+Blue) = 182+140+42=364 (48% of max value = 765). Red value is 182 (71.48% from 255 or 50% from 364); Green value is 140 (55.08% from 255 or 38.46% from 364); Blue value is 42 (16.80% from 255 or 11.54% from 364); Max value from RGB is 182 - color contains mainly: red. Hex color #B68C2A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B68C2A is #4973D5. Grayscale: #8D8D8D. Windows color (decimal): -4813782 or 2788534. OLE color: 2788534.

HSL color Cylindrical-coordinate representation of color #B68C2A: hue angle of 42º degrees, saturation: 0.62, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #B68C2A is Cyan = 0, Magento = 0.23, Yellow = 0.77 and Black (K on CMYK) = 0.29.

Color convert

RGB 182 140 42 -
CMYK 0 0.23 0.77 0.29
HSL 42º 0.63% 0.44% -
HSV(B) 42º 0.77% 0.71% -
XYZ 29.09 28.87 6.23 -
YUV 141.39 71.91 156.97 -
System Red Green Blue C M Y K H S L
Decimal 182 140 42 0 0.23 0.77 0.29 42 0.63 0.44
Hex B6 8C 2A 0 17 4D 1D 2A 3E 2C
Octal 266 214 52 0 27 115 35 52 76 54
Binary 10110110 10001100 101010 0 10111 1001101 11101 101010 111110 101100

Color Harmonies of #B68C2A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B68C2A

Black with #B68C2A

Text Example


Text Example

White with #B68C2A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B68C2A; }

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

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

background-color css

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

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

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

border-color css

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

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

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