Html Css Color HEX #BE881E Nugget

📋 copy color: '#BE881E'

red 190 ◦ green 136 ◦ blue 30

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

Shades of Nugget #BE881E

Tints of Nugget #BE881E

RGB

 RED value IS 190 (74.61% from 255) = 53.37%

 GREEN value IS 136 (53.52% from 255) = 38.2%

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

R = 53.37%
G = 38.2%
B = 8.43%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.84

 K value IS 0.25

RGB Variations

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

Color information

#BE881E (or 0xBE881E) is known color: Nugget. HEX triplet: BE, 88 and 1E. RGB value is (190,136,30). Sum of RGB (Red+Green+Blue) = 190+136+30=356 (47% of max value = 765). Red value is 190 (74.61% from 255 or 53.37% from 356); Green value is 136 (53.52% from 255 or 38.20% from 356); Blue value is 30 (12.11% from 255 or 8.43% from 356); Max value from RGB is 190 - color contains mainly: red. Hex color #BE881E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BE881E is #4177E1. Grayscale: #8C8C8C. Windows color (decimal): -4290530 or 2001086. OLE color: 2001086.

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

Color convert

RGB 190 136 30 -
CMYK 0 0.28 0.84 0.25
HSL 39.75º 0.73% 0.43% -
HSV(B) 39.75º 0.84% 0.75% -
XYZ 30.27 28.65 5.16 -
YUV 140.06 65.89 163.62 -
System Red Green Blue C M Y K H S L
Decimal 190 136 30 0 0.28 0.84 0.25 39.75 0.73 0.43
Hex BE 88 1E 0 1C 54 19 28 49 2B
Octal 276 210 36 0 34 124 31 50 111 53
Binary 10111110 10001000 11110 0 11100 1010100 11001 101000 1001001 101011

Color Harmonies of #BE881E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE881E

Black with #BE881E

Text Example


Text Example

White with #BE881E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE881E; }

 p { color: rgb(190,136,30); }

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

background-color css

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

 a { background-color: rgb(190,136,30); }

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

border-color css

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

 span { border-color: rgb(190,136,30); }

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