Html Css Color HEX #B68E2B Nugget

📋 copy color: '#B68E2B'

red 182 ◦ green 142 ◦ blue 43

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

Shades of Nugget #B68E2B

Tints of Nugget #B68E2B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 11.72%

R = 49.59%
G = 38.69%
B = 11.72%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.76

 K value IS 0.29

RGB Variations

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

Color information

#B68E2B (or 0xB68E2B) is known color: Nugget. HEX triplet: B6, 8E and 2B. RGB value is (182,142,43). Sum of RGB (Red+Green+Blue) = 182+142+43=367 (48% of max value = 765). Red value is 182 (71.48% from 255 or 49.59% from 367); Green value is 142 (55.86% from 255 or 38.69% from 367); Blue value is 43 (17.19% from 255 or 11.72% from 367); Max value from RGB is 182 - color contains mainly: red. Hex color #B68E2B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B68E2B is #4971D4. Grayscale: #8F8F8F. Windows color (decimal): -4813269 or 2854582. OLE color: 2854582.

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

Color convert

RGB 182 142 43 -
CMYK 0 0.22 0.76 0.29
HSL 42.73º 0.62% 0.44% -
HSV(B) 42.73º 0.76% 0.71% -
XYZ 29.4 29.47 6.42 -
YUV 142.67 71.75 156.05 -
System Red Green Blue C M Y K H S L
Decimal 182 142 43 0 0.22 0.76 0.29 42.73 0.62 0.44
Hex B6 8E 2B 0 16 4C 1D 2B 3E 2C
Octal 266 216 53 0 26 114 35 53 76 54
Binary 10110110 10001110 101011 0 10110 1001100 11101 101011 111110 101100

Color Harmonies of #B68E2B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B68E2B

Black with #B68E2B

Text Example


Text Example

White with #B68E2B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B68E2B; }

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

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

background-color css

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

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

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

border-color css

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

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

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