Html Css Color HEX #B68720 Nugget

📋 copy color: '#B68720'

red 182 ◦ green 135 ◦ blue 32

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

Shades of Nugget #B68720

Tints of Nugget #B68720

RGB

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

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

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

R = 52.15%
G = 38.68%
B = 9.17%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.82

 K value IS 0.29

RGB Variations

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

Color information

#B68720 (or 0xB68720) is known color: Nugget. HEX triplet: B6, 87 and 20. RGB value is (182,135,32). Sum of RGB (Red+Green+Blue) = 182+135+32=349 (46% of max value = 765). Red value is 182 (71.48% from 255 or 52.15% from 349); Green value is 135 (53.12% from 255 or 38.68% from 349); Blue value is 32 (12.89% from 255 or 9.17% from 349); Max value from RGB is 182 - color contains mainly: red. Hex color #B68720 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B68720 is #4978DF. Grayscale: #898989. Windows color (decimal): -4815072 or 2131894. OLE color: 2131894.

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

Color convert

RGB 182 135 32 -
CMYK 0 0.26 0.82 0.29
HSL 41.2º 0.7% 0.42% -
HSV(B) 41.2º 0.82% 0.71% -
XYZ 28.22 27.38 5.16 -
YUV 137.31 68.57 159.88 -
System Red Green Blue C M Y K H S L
Decimal 182 135 32 0 0.26 0.82 0.29 41.2 0.7 0.42
Hex B6 87 20 0 1A 52 1D 29 46 2A
Octal 266 207 40 0 32 122 35 51 106 52
Binary 10110110 10000111 100000 0 11010 1010010 11101 101001 1000110 101010

Color Harmonies of #B68720

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B68720

Black with #B68720

Text Example


Text Example

White with #B68720

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B68720; }

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

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

background-color css

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

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

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

border-color css

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

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

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