Html Css Color HEX #B68721 Nugget

📋 copy color: '#B68721'

red 182 ◦ green 135 ◦ blue 33

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

Shades of Nugget #B68721

Tints of Nugget #B68721

RGB

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

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

 BLUE value IS 33 (13.28% from 255) = 9.43%

R = 52%
G = 38.57%
B = 9.43%

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

#B68721 (or 0xB68721) is known color: Nugget. HEX triplet: B6, 87 and 21. RGB value is (182,135,33). Sum of RGB (Red+Green+Blue) = 182+135+33=350 (46% of max value = 765). Red value is 182 (71.48% from 255 or 52% from 350); Green value is 135 (53.12% from 255 or 38.57% from 350); Blue value is 33 (13.28% from 255 or 9.43% from 350); Max value from RGB is 182 - color contains mainly: red. Hex color #B68721 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B68721 is #4978DE. Grayscale: #898989. Windows color (decimal): -4815071 or 2197430. OLE color: 2197430.

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

Color convert

RGB 182 135 33 -
CMYK 0 0.26 0.82 0.29
HSL 41.07º 0.69% 0.42% -
HSV(B) 41.07º 0.82% 0.71% -
XYZ 28.23 27.38 5.24 -
YUV 137.43 69.07 159.79 -
System Red Green Blue C M Y K H S L
Decimal 182 135 33 0 0.26 0.82 0.29 41.07 0.69 0.42
Hex B6 87 21 0 1A 52 1D 29 45 2A
Octal 266 207 41 0 32 122 35 51 105 52
Binary 10110110 10000111 100001 0 11010 1010010 11101 101001 1000101 101010

Color Harmonies of #B68721

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B68721

Black with #B68721

Text Example


Text Example

White with #B68721

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B68721; }

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

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

background-color css

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

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

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

border-color css

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

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

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