Html Css Color HEX #B78A20 Nugget

📋 copy color: '#B78A20'

red 183 ◦ green 138 ◦ blue 32

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

Shades of Nugget #B78A20

Tints of Nugget #B78A20

RGB

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

 GREEN value IS 138 (54.3% from 255) = 39.09%

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

R = 51.84%
G = 39.09%
B = 9.07%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.83

 K value IS 0.28

RGB Variations

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

Color information

#B78A20 (or 0xB78A20) is known color: Nugget. HEX triplet: B7, 8A and 20. RGB value is (183,138,32). Sum of RGB (Red+Green+Blue) = 183+138+32=353 (46% of max value = 765). Red value is 183 (71.88% from 255 or 51.84% from 353); Green value is 138 (54.30% from 255 or 39.09% from 353); Blue value is 32 (12.89% from 255 or 9.07% from 353); Max value from RGB is 183 - color contains mainly: red. Hex color #B78A20 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B78A20 is #4875DF. Grayscale: #8B8B8B. Windows color (decimal): -4748768 or 2132663. OLE color: 2132663.

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

Color convert

RGB 183 138 32 -
CMYK 0 0.25 0.83 0.28
HSL 42.12º 0.7% 0.42% -
HSV(B) 42.12º 0.83% 0.72% -
XYZ 28.88 28.35 5.32 -
YUV 139.37 67.41 159.12 -
System Red Green Blue C M Y K H S L
Decimal 183 138 32 0 0.25 0.83 0.28 42.12 0.7 0.42
Hex B7 8A 20 0 19 53 1C 2A 46 2A
Octal 267 212 40 0 31 123 34 52 106 52
Binary 10110111 10001010 100000 0 11001 1010011 11100 101010 1000110 101010

Color Harmonies of #B78A20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B78A20

Black with #B78A20

Text Example


Text Example

White with #B78A20

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B78A20; }

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

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

background-color css

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

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

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

border-color css

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

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

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