Html Css Color HEX #B78620 Nugget

📋 copy color: '#B78620'

red 183 ◦ green 134 ◦ blue 32

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

Shades of Nugget #B78620

Tints of Nugget #B78620

RGB

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

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

 BLUE value IS 32 (12.89% from 255) = 9.17%

R = 52.44%
G = 38.4%
B = 9.17%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.83

 K value IS 0.28

RGB Variations

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

Color information

#B78620 (or 0xB78620) is known color: Nugget. HEX triplet: B7, 86 and 20. RGB value is (183,134,32). Sum of RGB (Red+Green+Blue) = 183+134+32=349 (46% of max value = 765). Red value is 183 (71.88% from 255 or 52.44% from 349); Green value is 134 (52.73% from 255 or 38.40% from 349); Blue value is 32 (12.89% from 255 or 9.17% from 349); Max value from RGB is 183 - color contains mainly: red. Hex color #B78620 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B78620 is #4879DF. Grayscale: #898989. Windows color (decimal): -4749792 or 2131639. OLE color: 2131639.

HSL color Cylindrical-coordinate representation of color #B78620: hue angle of 40.53º degrees, saturation: 0.7, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #B78620 is Cyan = 0, Magento = 0.27, Yellow = 0.83 and Black (K on CMYK) = 0.28.

Color convert

RGB 183 134 32 -
CMYK 0 0.27 0.83 0.28
HSL 40.53º 0.7% 0.42% -
HSV(B) 40.53º 0.83% 0.72% -
XYZ 28.31 27.22 5.13 -
YUV 137.02 68.73 160.79 -
System Red Green Blue C M Y K H S L
Decimal 183 134 32 0 0.27 0.83 0.28 40.53 0.7 0.42
Hex B7 86 20 0 1B 53 1C 29 46 2A
Octal 267 206 40 0 33 123 34 51 106 52
Binary 10110111 10000110 100000 0 11011 1010011 11100 101001 1000110 101010

Color Harmonies of #B78620

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B78620

Black with #B78620

Text Example


Text Example

White with #B78620

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B78620; }

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

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

background-color css

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

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

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

border-color css

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

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

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