Html Css Color HEX #B78C1E Nugget

📋 copy color: '#B78C1E'

red 183 ◦ green 140 ◦ blue 30

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

Shades of Nugget #B78C1E

Tints of Nugget #B78C1E

RGB

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

 GREEN value IS 140 (55.08% from 255) = 39.66%

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

R = 51.84%
G = 39.66%
B = 8.5%

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

#B78C1E (or 0xB78C1E) is known color: Nugget. HEX triplet: B7, 8C and 1E. RGB value is (183,140,30). Sum of RGB (Red+Green+Blue) = 183+140+30=353 (46% of max value = 765). Red value is 183 (71.88% from 255 or 51.84% from 353); Green value is 140 (55.08% from 255 or 39.66% from 353); Blue value is 30 (12.11% from 255 or 8.50% from 353); Max value from RGB is 183 - color contains mainly: red. Hex color #B78C1E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B78C1E is #4873E1. Grayscale: #8C8C8C. Windows color (decimal): -4748258 or 2002103. OLE color: 2002103.

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

Color convert

RGB 183 140 30 -
CMYK 0 0.23 0.84 0.28
HSL 43.14º 0.72% 0.42% -
HSV(B) 43.14º 0.84% 0.72% -
XYZ 29.14 28.92 5.27 -
YUV 140.32 65.75 158.44 -
System Red Green Blue C M Y K H S L
Decimal 183 140 30 0 0.23 0.84 0.28 43.14 0.72 0.42
Hex B7 8C 1E 0 17 54 1C 2B 48 2A
Octal 267 214 36 0 27 124 34 53 110 52
Binary 10110111 10001100 11110 0 10111 1010100 11100 101011 1001000 101010

Color Harmonies of #B78C1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B78C1E

Black with #B78C1E

Text Example


Text Example

White with #B78C1E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B78C1E; }

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

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

background-color css

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

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

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

border-color css

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

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

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