Html Css Color HEX #B78628 Nugget

📋 copy color: '#B78628'

red 183 ◦ green 134 ◦ blue 40

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

Shades of Nugget #B78628

Tints of Nugget #B78628

RGB

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

 GREEN value IS 134 (52.73% from 255) = 37.54%

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

R = 51.26%
G = 37.54%
B = 11.2%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.78

 K value IS 0.28

RGB Variations

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

Color information

#B78628 (or 0xB78628) is known color: Nugget. HEX triplet: B7, 86 and 28. RGB value is (183,134,40). Sum of RGB (Red+Green+Blue) = 183+134+40=357 (47% of max value = 765). Red value is 183 (71.88% from 255 or 51.26% from 357); Green value is 134 (52.73% from 255 or 37.54% from 357); Blue value is 40 (16.02% from 255 or 11.20% from 357); Max value from RGB is 183 - color contains mainly: red. Hex color #B78628 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B78628 is #4879D7. Grayscale: #8A8A8A. Windows color (decimal): -4749784 or 2655927. OLE color: 2655927.

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

Color convert

RGB 183 134 40 -
CMYK 0 0.27 0.78 0.28
HSL 39.44º 0.64% 0.44% -
HSV(B) 39.44º 0.78% 0.72% -
XYZ 28.44 27.27 5.77 -
YUV 137.94 72.73 160.14 -
System Red Green Blue C M Y K H S L
Decimal 183 134 40 0 0.27 0.78 0.28 39.44 0.64 0.44
Hex B7 86 28 0 1B 4E 1C 27 40 2C
Octal 267 206 50 0 33 116 34 47 100 54
Binary 10110111 10000110 101000 0 11011 1001110 11100 100111 1000000 101100

Color Harmonies of #B78628

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B78628

Black with #B78628

Text Example


Text Example

White with #B78628

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B78628; }

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

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

background-color css

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

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

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

border-color css

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

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

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