Html Css Color HEX #B78828 Nugget

📋 copy color: '#B78828'

red 183 ◦ green 136 ◦ blue 40

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

Shades of Nugget #B78828

Tints of Nugget #B78828

RGB

 RED value IS 183 (71.88% from 255) = 50.97%

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

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

R = 50.97%
G = 37.88%
B = 11.14%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.78

 K value IS 0.28

RGB Variations

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

Color information

#B78828 (or 0xB78828) is known color: Nugget. HEX triplet: B7, 88 and 28. RGB value is (183,136,40). Sum of RGB (Red+Green+Blue) = 183+136+40=359 (47% of max value = 765). Red value is 183 (71.88% from 255 or 50.97% from 359); Green value is 136 (53.52% from 255 or 37.88% from 359); Blue value is 40 (16.02% from 255 or 11.14% from 359); Max value from RGB is 183 - color contains mainly: red. Hex color #B78828 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B78828 is #4877D7. Grayscale: #8B8B8B. Windows color (decimal): -4749272 or 2656439. OLE color: 2656439.

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

Color convert

RGB 183 136 40 -
CMYK 0 0.26 0.78 0.28
HSL 40.28º 0.64% 0.44% -
HSV(B) 40.28º 0.78% 0.72% -
XYZ 28.72 27.83 5.87 -
YUV 139.11 72.07 159.31 -
System Red Green Blue C M Y K H S L
Decimal 183 136 40 0 0.26 0.78 0.28 40.28 0.64 0.44
Hex B7 88 28 0 1A 4E 1C 28 40 2C
Octal 267 210 50 0 32 116 34 50 100 54
Binary 10110111 10001000 101000 0 11010 1001110 11100 101000 1000000 101100

Color Harmonies of #B78828

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B78828

Black with #B78828

Text Example


Text Example

White with #B78828

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B78828; }

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

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

background-color css

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

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

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

border-color css

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

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

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