Html Css Color HEX #B68828 Nugget

📋 copy color: '#B68828'

red 182 ◦ green 136 ◦ blue 40

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

Shades of Nugget #B68828

Tints of Nugget #B68828

RGB

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

 GREEN value IS 136 (53.52% from 255) = 37.99%

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

R = 50.84%
G = 37.99%
B = 11.17%

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

#B68828 (or 0xB68828) is known color: Nugget. HEX triplet: B6, 88 and 28. RGB value is (182,136,40). Sum of RGB (Red+Green+Blue) = 182+136+40=358 (47% of max value = 765). Red value is 182 (71.48% from 255 or 50.84% from 358); Green value is 136 (53.52% from 255 or 37.99% from 358); Blue value is 40 (16.02% from 255 or 11.17% from 358); Max value from RGB is 182 - color contains mainly: red. Hex color #B68828 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B68828 is #4977D7. Grayscale: #8B8B8B. Windows color (decimal): -4814808 or 2656438. OLE color: 2656438.

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

Color convert

RGB 182 136 40 -
CMYK 0 0.25 0.78 0.29
HSL 40.56º 0.64% 0.44% -
HSV(B) 40.56º 0.78% 0.71% -
XYZ 28.48 27.71 5.85 -
YUV 138.81 72.24 158.81 -
System Red Green Blue C M Y K H S L
Decimal 182 136 40 0 0.25 0.78 0.29 40.56 0.64 0.44
Hex B6 88 28 0 19 4E 1D 29 40 2C
Octal 266 210 50 0 31 116 35 51 100 54
Binary 10110110 10001000 101000 0 11001 1001110 11101 101001 1000000 101100

Color Harmonies of #B68828

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B68828

Black with #B68828

Text Example


Text Example

White with #B68828

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B68828; }

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

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

background-color css

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

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

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

border-color css

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

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

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