Html Css Color HEX #B78A1E Nugget

📋 copy color: '#B78A1E'

red 183 ◦ green 138 ◦ blue 30

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

Shades of Nugget #B78A1E

Tints of Nugget #B78A1E

RGB

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

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

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

R = 52.14%
G = 39.32%
B = 8.55%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.84

 K value IS 0.28

RGB Variations

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

Color information

#B78A1E (or 0xB78A1E) is known color: Nugget. HEX triplet: B7, 8A and 1E. RGB value is (183,138,30). Sum of RGB (Red+Green+Blue) = 183+138+30=351 (46% of max value = 765). Red value is 183 (71.88% from 255 or 52.14% from 351); Green value is 138 (54.30% from 255 or 39.32% from 351); Blue value is 30 (12.11% from 255 or 8.55% from 351); Max value from RGB is 183 - color contains mainly: red. Hex color #B78A1E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B78A1E is #4875E1. Grayscale: #8B8B8B. Windows color (decimal): -4748770 or 2001591. OLE color: 2001591.

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

Color convert

RGB 183 138 30 -
CMYK 0 0.25 0.84 0.28
HSL 42.35º 0.72% 0.42% -
HSV(B) 42.35º 0.84% 0.72% -
XYZ 28.85 28.34 5.18 -
YUV 139.14 66.41 159.28 -
System Red Green Blue C M Y K H S L
Decimal 183 138 30 0 0.25 0.84 0.28 42.35 0.72 0.42
Hex B7 8A 1E 0 19 54 1C 2A 48 2A
Octal 267 212 36 0 31 124 34 52 110 52
Binary 10110111 10001010 11110 0 11001 1010100 11100 101010 1001000 101010

Color Harmonies of #B78A1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B78A1E

Black with #B78A1E

Text Example


Text Example

White with #B78A1E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B78A1E; }

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

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

background-color css

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

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

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

border-color css

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

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

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