Html Css Color HEX #B68E1E Nugget

📋 copy color: '#B68E1E'

red 182 ◦ green 142 ◦ blue 30

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

Shades of Nugget #B68E1E

Tints of Nugget #B68E1E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 8.47%

R = 51.41%
G = 40.11%
B = 8.47%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.84

 K value IS 0.29

RGB Variations

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

Color information

#B68E1E (or 0xB68E1E) is known color: Nugget. HEX triplet: B6, 8E and 1E. RGB value is (182,142,30). Sum of RGB (Red+Green+Blue) = 182+142+30=354 (46% of max value = 765). Red value is 182 (71.48% from 255 or 51.41% from 354); Green value is 142 (55.86% from 255 or 40.11% from 354); Blue value is 30 (12.11% from 255 or 8.47% from 354); Max value from RGB is 182 - color contains mainly: red. Hex color #B68E1E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B68E1E is #4971E1. Grayscale: #8D8D8D. Windows color (decimal): -4813282 or 2002614. OLE color: 2002614.

HSL color Cylindrical-coordinate representation of color #B68E1E: hue angle of 44.21º degrees, saturation: 0.72, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #B68E1E is Cyan = 0, Magento = 0.22, Yellow = 0.84 and Black (K on CMYK) = 0.29.

Color convert

RGB 182 142 30 -
CMYK 0 0.22 0.84 0.29
HSL 44.21º 0.72% 0.42% -
HSV(B) 44.21º 0.84% 0.71% -
XYZ 29.2 29.38 5.36 -
YUV 141.19 65.25 157.11 -
System Red Green Blue C M Y K H S L
Decimal 182 142 30 0 0.22 0.84 0.29 44.21 0.72 0.42
Hex B6 8E 1E 0 16 54 1D 2C 48 2A
Octal 266 216 36 0 26 124 35 54 110 52
Binary 10110110 10001110 11110 0 10110 1010100 11101 101100 1001000 101010

Color Harmonies of #B68E1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B68E1E

Black with #B68E1E

Text Example


Text Example

White with #B68E1E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B68E1E; }

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

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

background-color css

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

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

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

border-color css

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

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

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