#BE8A1C

Color #BE8A1C Nugget (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Nugget #BE8A1C

Tints of Nugget #BE8A1C

Color information

#BE8A1C (or 0xBE8A1C) is unknown color: approx Nugget. HEX triplet: BE, 8A and 1C. RGB value is (190,138,28). Sum of RGB (Red+Green+Blue) = 190+138+28=356 (47% of max value = 765). Red value is 190 (74.61% from 255 or 53.37% from 356); Green value is 138 (54.30% from 255 or 38.76% from 356); Blue value is 28 (11.33% from 255 or 7.87% from 356); Max value from RGB is 190 - color contains mainly: red. Hex color #BE8A1C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BE8A1C is #4175E3. Grayscale: #8D8D8D. Windows color (decimal): -4290020 or 1870526. OLE color: 1870526.

HSL color Cylindrical-coordinate representation of color #BE8A1C: hue angle of 40.74º degrees, saturation: 0.74, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #BE8A1C is Cyan = 0, Magento = 0.27, Yellow = 0.85 and Black (K on CMYK) = 0.25.

Color convert

RGB19013828-
CMYK00.270.850.25
HSL40.74º74.31%42.75%-
HSV(B)40.74º85.26%74.51%-
XYZ30.5329.215.13-
YUV141.0164.23162.94-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 53.37%
GREEN value IS 138 (54.30% from 255) = 38.76%
BLUE value IS 28 (11.33% from 255) = 7.87%
R=53.37%
G=38.76%
B=7.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.85
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1901382800.270.850.2540.7474.3142.75
HexBE8A1C01B5519294a2b
Octal27621234033125315111253
Binary1011111010001010111000110111010101110011010011001010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE8A1C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE8A1C; }

 p { color: rgb(190,138,28); }

 H1.HeaderClassName
 {
   color: #BE8A1C;
 }
 .AnyTagClassName
 {
   color: #BE8A1C;
 }
</style>
background-color css

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

 a { background-color: rgb(190,138,28); }

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

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

 span { border-color: rgb(190,138,28); }

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