Html Css Color HEX #B68729 Nugget

📋 copy color: '#B68729'

red 182 ◦ green 135 ◦ blue 41

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

Shades of Nugget #B68729

Tints of Nugget #B68729

RGB

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

 GREEN value IS 135 (53.13% from 255) = 37.71%

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

R = 50.84%
G = 37.71%
B = 11.45%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.77

 K value IS 0.29

RGB Variations

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

Color information

#B68729 (or 0xB68729) is known color: Nugget. HEX triplet: B6, 87 and 29. RGB value is (182,135,41). Sum of RGB (Red+Green+Blue) = 182+135+41=358 (47% of max value = 765). Red value is 182 (71.48% from 255 or 50.84% from 358); Green value is 135 (53.12% from 255 or 37.71% from 358); Blue value is 41 (16.41% from 255 or 11.45% from 358); Max value from RGB is 182 - color contains mainly: red. Hex color #B68729 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B68729 is #4978D6. Grayscale: #8A8A8A. Windows color (decimal): -4815063 or 2721718. OLE color: 2721718.

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

Color convert

RGB 182 135 41 -
CMYK 0 0.26 0.77 0.29
HSL 40º 0.63% 0.44% -
HSV(B) 40º 0.77% 0.71% -
XYZ 28.36 27.43 5.9 -
YUV 138.34 73.07 159.14 -
System Red Green Blue C M Y K H S L
Decimal 182 135 41 0 0.26 0.77 0.29 40 0.63 0.44
Hex B6 87 29 0 1A 4D 1D 28 3F 2C
Octal 266 207 51 0 32 115 35 50 77 54
Binary 10110110 10000111 101001 0 11010 1001101 11101 101000 111111 101100

Color Harmonies of #B68729

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B68729

Black with #B68729

Text Example


Text Example

White with #B68729

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B68729; }

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

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

background-color css

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

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

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

border-color css

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

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

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