Html Css Color HEX #B68E2D Nugget

📋 copy color: '#B68E2D'

red 182 ◦ green 142 ◦ blue 45

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

Shades of Nugget #B68E2D

Tints of Nugget #B68E2D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 12.2%

R = 49.32%
G = 38.48%
B = 12.2%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.75

 K value IS 0.29

RGB Variations

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

Color information

#B68E2D (or 0xB68E2D) is known color: Nugget. HEX triplet: B6, 8E and 2D. RGB value is (182,142,45). Sum of RGB (Red+Green+Blue) = 182+142+45=369 (48% of max value = 765). Red value is 182 (71.48% from 255 or 49.32% from 369); Green value is 142 (55.86% from 255 or 38.48% from 369); Blue value is 45 (17.97% from 255 or 12.20% from 369); Max value from RGB is 182 - color contains mainly: red. Hex color #B68E2D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B68E2D is #4971D2. Grayscale: #8F8F8F. Windows color (decimal): -4813267 or 2985654. OLE color: 2985654.

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

Color convert

RGB 182 142 45 -
CMYK 0 0.22 0.75 0.29
HSL 42.48º 0.6% 0.45% -
HSV(B) 42.48º 0.75% 0.71% -
XYZ 29.44 29.48 6.62 -
YUV 142.9 72.75 155.89 -
System Red Green Blue C M Y K H S L
Decimal 182 142 45 0 0.22 0.75 0.29 42.48 0.6 0.45
Hex B6 8E 2D 0 16 4B 1D 2A 3C 2D
Octal 266 216 55 0 26 113 35 52 74 55
Binary 10110110 10001110 101101 0 10110 1001011 11101 101010 111100 101101

Color Harmonies of #B68E2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B68E2D

Black with #B68E2D

Text Example


Text Example

White with #B68E2D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B68E2D; }

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

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

background-color css

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

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

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

border-color css

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

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

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