Html Css Color HEX #B78D1E Nugget

📋 copy color: '#B78D1E'

red 183 ◦ green 141 ◦ blue 30

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

Shades of Nugget #B78D1E

Tints of Nugget #B78D1E

RGB

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

 GREEN value IS 141 (55.47% from 255) = 39.83%

 BLUE value IS 30 (12.11% from 255) = 8.47%

R = 51.69%
G = 39.83%
B = 8.47%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.84

 K value IS 0.28

RGB Variations

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

Color information

#B78D1E (or 0xB78D1E) is known color: Nugget. HEX triplet: B7, 8D and 1E. RGB value is (183,141,30). Sum of RGB (Red+Green+Blue) = 183+141+30=354 (46% of max value = 765). Red value is 183 (71.88% from 255 or 51.69% from 354); Green value is 141 (55.47% from 255 or 39.83% from 354); Blue value is 30 (12.11% from 255 or 8.47% from 354); Max value from RGB is 183 - color contains mainly: red. Hex color #B78D1E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B78D1E is #4872E1. Grayscale: #8D8D8D. Windows color (decimal): -4748002 or 2002359. OLE color: 2002359.

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

Color convert

RGB 183 141 30 -
CMYK 0 0.23 0.84 0.28
HSL 43.53º 0.72% 0.42% -
HSV(B) 43.53º 0.84% 0.72% -
XYZ 29.29 29.21 5.32 -
YUV 140.9 65.41 158.03 -
System Red Green Blue C M Y K H S L
Decimal 183 141 30 0 0.23 0.84 0.28 43.53 0.72 0.42
Hex B7 8D 1E 0 17 54 1C 2C 48 2A
Octal 267 215 36 0 27 124 34 54 110 52
Binary 10110111 10001101 11110 0 10111 1010100 11100 101100 1001000 101010

Color Harmonies of #B78D1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B78D1E

Black with #B78D1E

Text Example


Text Example

White with #B78D1E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B78D1E; }

 p { color: rgb(183,141,30); }

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

background-color css

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

 a { background-color: rgb(183,141,30); }

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

border-color css

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

 span { border-color: rgb(183,141,30); }

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