Html Css Color HEX #B68C29 Nugget

📋 copy color: '#B68C29'

red 182 ◦ green 140 ◦ blue 41

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

Shades of Nugget #B68C29

Tints of Nugget #B68C29

RGB

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

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

 BLUE value IS 41 (16.41% from 255) = 11.29%

R = 50.14%
G = 38.57%
B = 11.29%

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

#B68C29 (or 0xB68C29) is known color: Nugget. HEX triplet: B6, 8C and 29. RGB value is (182,140,41). Sum of RGB (Red+Green+Blue) = 182+140+41=363 (48% of max value = 765). Red value is 182 (71.48% from 255 or 50.14% from 363); Green value is 140 (55.08% from 255 or 38.57% from 363); Blue value is 41 (16.41% from 255 or 11.29% from 363); Max value from RGB is 182 - color contains mainly: red. Hex color #B68C29 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B68C29 is #4973D6. Grayscale: #8D8D8D. Windows color (decimal): -4813783 or 2722998. OLE color: 2722998.

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

Color convert

RGB 182 140 41 -
CMYK 0 0.23 0.77 0.29
HSL 42.13º 0.63% 0.44% -
HSV(B) 42.13º 0.77% 0.71% -
XYZ 29.07 28.86 6.14 -
YUV 141.27 71.41 157.05 -
System Red Green Blue C M Y K H S L
Decimal 182 140 41 0 0.23 0.77 0.29 42.13 0.63 0.44
Hex B6 8C 29 0 17 4D 1D 2A 3F 2C
Octal 266 214 51 0 27 115 35 52 77 54
Binary 10110110 10001100 101001 0 10111 1001101 11101 101010 111111 101100

Color Harmonies of #B68C29

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B68C29

Black with #B68C29

Text Example


Text Example

White with #B68C29

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B68C29; }

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

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

background-color css

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

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

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

border-color css

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

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

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