Html Css Color HEX #B78720 Nugget

📋 copy color: '#B78720'

red 183 ◦ green 135 ◦ blue 32

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

Shades of Nugget #B78720

Tints of Nugget #B78720

RGB

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

 GREEN value IS 135 (53.13% from 255) = 38.57%

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

R = 52.29%
G = 38.57%
B = 9.14%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.83

 K value IS 0.28

RGB Variations

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

Color information

#B78720 (or 0xB78720) is known color: Nugget. HEX triplet: B7, 87 and 20. RGB value is (183,135,32). Sum of RGB (Red+Green+Blue) = 183+135+32=350 (46% of max value = 765). Red value is 183 (71.88% from 255 or 52.29% from 350); Green value is 135 (53.12% from 255 or 38.57% from 350); Blue value is 32 (12.89% from 255 or 9.14% from 350); Max value from RGB is 183 - color contains mainly: red. Hex color #B78720 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B78720 is #4878DF. Grayscale: #8A8A8A. Windows color (decimal): -4749536 or 2131895. OLE color: 2131895.

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

Color convert

RGB 183 135 32 -
CMYK 0 0.26 0.83 0.28
HSL 40.93º 0.7% 0.42% -
HSV(B) 40.93º 0.83% 0.72% -
XYZ 28.45 27.5 5.17 -
YUV 137.61 68.4 160.38 -
System Red Green Blue C M Y K H S L
Decimal 183 135 32 0 0.26 0.83 0.28 40.93 0.7 0.42
Hex B7 87 20 0 1A 53 1C 29 46 2A
Octal 267 207 40 0 32 123 34 51 106 52
Binary 10110111 10000111 100000 0 11010 1010011 11100 101001 1000110 101010

Color Harmonies of #B78720

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B78720

Black with #B78720

Text Example


Text Example

White with #B78720

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B78720; }

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

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

background-color css

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

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

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

border-color css

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

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

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