Html Css Color HEX #B68928 Nugget

📋 copy color: '#B68928'

red 182 ◦ green 137 ◦ blue 40

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

Shades of Nugget #B68928

Tints of Nugget #B68928

RGB

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

 GREEN value IS 137 (53.91% from 255) = 38.16%

 BLUE value IS 40 (16.02% from 255) = 11.14%

R = 50.7%
G = 38.16%
B = 11.14%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.78

 K value IS 0.29

RGB Variations

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

Color information

#B68928 (or 0xB68928) is known color: Nugget. HEX triplet: B6, 89 and 28. RGB value is (182,137,40). Sum of RGB (Red+Green+Blue) = 182+137+40=359 (47% of max value = 765). Red value is 182 (71.48% from 255 or 50.70% from 359); Green value is 137 (53.91% from 255 or 38.16% from 359); Blue value is 40 (16.02% from 255 or 11.14% from 359); Max value from RGB is 182 - color contains mainly: red. Hex color #B68928 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B68928 is #4976D7. Grayscale: #8B8B8B. Windows color (decimal): -4814552 or 2656694. OLE color: 2656694.

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

Color convert

RGB 182 137 40 -
CMYK 0 0.25 0.78 0.29
HSL 40.99º 0.64% 0.44% -
HSV(B) 40.99º 0.78% 0.71% -
XYZ 28.62 27.99 5.9 -
YUV 139.4 71.91 158.39 -
System Red Green Blue C M Y K H S L
Decimal 182 137 40 0 0.25 0.78 0.29 40.99 0.64 0.44
Hex B6 89 28 0 19 4E 1D 29 40 2C
Octal 266 211 50 0 31 116 35 51 100 54
Binary 10110110 10001001 101000 0 11001 1001110 11101 101001 1000000 101100

Color Harmonies of #B68928

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B68928

Black with #B68928

Text Example


Text Example

White with #B68928

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B68928; }

 p { color: rgb(182,137,40); }

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

background-color css

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

 a { background-color: rgb(182,137,40); }

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

border-color css

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

 span { border-color: rgb(182,137,40); }

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