Html Css Color HEX #B68E2A Nugget

📋 copy color: '#B68E2A'

red 182 ◦ green 142 ◦ blue 42

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

Shades of Nugget #B68E2A

Tints of Nugget #B68E2A

RGB

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

 GREEN value IS 142 (55.86% from 255) = 38.8%

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

R = 49.73%
G = 38.8%
B = 11.48%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.77

 K value IS 0.29

RGB Variations

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

Color information

#B68E2A (or 0xB68E2A) is known color: Nugget. HEX triplet: B6, 8E and 2A. RGB value is (182,142,42). Sum of RGB (Red+Green+Blue) = 182+142+42=366 (48% of max value = 765). Red value is 182 (71.48% from 255 or 49.73% from 366); Green value is 142 (55.86% from 255 or 38.80% from 366); Blue value is 42 (16.80% from 255 or 11.48% from 366); Max value from RGB is 182 - color contains mainly: red. Hex color #B68E2A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B68E2A is #4971D5. Grayscale: #8F8F8F. Windows color (decimal): -4813270 or 2789046. OLE color: 2789046.

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

Color convert

RGB 182 142 42 -
CMYK 0 0.22 0.77 0.29
HSL 42.86º 0.63% 0.44% -
HSV(B) 42.86º 0.77% 0.71% -
XYZ 29.38 29.46 6.33 -
YUV 142.56 71.25 156.13 -
System Red Green Blue C M Y K H S L
Decimal 182 142 42 0 0.22 0.77 0.29 42.86 0.63 0.44
Hex B6 8E 2A 0 16 4D 1D 2B 3E 2C
Octal 266 216 52 0 26 115 35 53 76 54
Binary 10110110 10001110 101010 0 10110 1001101 11101 101011 111110 101100

Color Harmonies of #B68E2A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B68E2A

Black with #B68E2A

Text Example


Text Example

White with #B68E2A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B68E2A; }

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

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

background-color css

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

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

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

border-color css

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

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

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